tests new filters ReferrerFilter and OpenBetweenDatesFilter (wip.. test failed)

This commit is contained in:
2022-08-01 10:49:02 +02:00
parent 2413c986ed
commit e3743d3593
4 changed files with 151 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ abstract class AbstractFilterTest extends KernelTestCase
protected function setUp(): void
{
$$this->prophet = $this->getProphet();
$this->prophet = $this->getProphet();
}
public function dataProviderAlterQuery()