Get tests passing

This commit is contained in:
Oliver Davies 2023-12-13 07:12:03 +00:00
parent fd0c30ec42
commit 87ca84655c
3 changed files with 5 additions and 3 deletions

View file

@ -20,7 +20,7 @@ class FilterTest extends TestCase
/**
* {@inheritdoc}
*/
public function setUp()
public function setUp(): void
{
$this->filter = new Filter();
}