Fixed tests for stricter typing

This commit is contained in:
Jan Böhmer 2023-06-11 15:32:29 +02:00
parent fcbb1849ec
commit df8f54f5a4
3 changed files with 17 additions and 20 deletions

View file

@ -74,10 +74,7 @@ class CompoundFilterTraitTest extends TestCase
'filter3' => $f3
], $result);
}
/**
* @doesNotPerformAssertions
*/
public function testApplyAllChildFilters(): void
{
$f1 = $this->createMock(FilterInterface::class);