Skip to content

Commit cea45c4

Browse files
Delete unused code
1 parent ec0f5c8 commit cea45c4

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

src/Runner/PHPT/PhptTestCase.php

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -280,26 +280,6 @@ public function toString(): string
280280
return $this->filename;
281281
}
282282

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-
303283
public function sortId(): string
304284
{
305285
return $this->filename;

0 commit comments

Comments
 (0)