We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec0f5c8 commit cea45c4Copy full SHA for cea45c4
src/Runner/PHPT/PhptTestCase.php
@@ -280,26 +280,6 @@ public function toString(): string
280
return $this->filename;
281
}
282
283
- public function usesDataProvider(): bool
284
- {
285
- return false;
286
- }
287
-
288
- public function numberOfAssertionsPerformed(): int
289
290
- return 1;
291
292
293
- public function output(): string
294
295
- return $this->output;
296
297
298
- public function hasOutput(): bool
299
300
- return $this->output !== '';
301
302
303
public function sortId(): string
304
{
305
0 commit comments