This commit is contained in:
Luke Downing
2023-02-10 12:48:26 +00:00
committed by Nuno Maduro
parent 2ae06a0e2d
commit 8d33c9dc89
2 changed files with 0 additions and 17 deletions

View File

@ -112,20 +112,6 @@ final class TestRepository
$this->testCaseMethodFilters[] = $filter;
}
/**
* @param class-string<TestCaseMethodFilter> $filter
*/
public function hasTestCaseMethodFilter(string $filter): bool
{
foreach ($this->testCaseMethodFilters as $testCaseMethodFilter) {
if ($testCaseMethodFilter instanceof $filter) {
return true;
}
}
return false;
}
/**
* Gets the test case factory from the given filename.
*/