mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
make static required method in AbstractExportTests
This commit is contained in:
parent
3e676c235e
commit
e5e9ba6d31
@ -38,7 +38,7 @@ final class WithEvaluationBetweenDatesFilterTest extends AbstractFilterTest
|
|||||||
return $this->filter;
|
return $this->filter;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getFormData()
|
public static function getFormData(): array
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
[
|
[
|
||||||
@ -48,7 +48,7 @@ final class WithEvaluationBetweenDatesFilterTest extends AbstractFilterTest
|
|||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getQueryBuilders()
|
public static function getQueryBuilders()
|
||||||
{
|
{
|
||||||
self::bootKernel();
|
self::bootKernel();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user