mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-14 15:09:31 +00:00
Fixed tests for stricter typing
This commit is contained in:
parent
fcbb1849ec
commit
df8f54f5a4
3 changed files with 17 additions and 20 deletions
|
|
@ -74,10 +74,7 @@ class CompoundFilterTraitTest extends TestCase
|
|||
'filter3' => $f3
|
||||
], $result);
|
||||
}
|
||||
|
||||
/**
|
||||
* @doesNotPerformAssertions
|
||||
*/
|
||||
|
||||
public function testApplyAllChildFilters(): void
|
||||
{
|
||||
$f1 = $this->createMock(FilterInterface::class);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue