@@ -183,6 +183,9 @@ discard block |
||
| 183 | 183 | self::assertFalse($em->getFilters()->isEnabled("foo_filter")); |
| 184 | 184 | } |
| 185 | 185 | |
| 186 | + /** |
|
| 187 | + * @param EntityManagerInterface $em |
|
| 188 | + */ |
|
| 186 | 189 | protected function configureFilters($em) |
| 187 | 190 | { |
| 188 | 191 | // Add filters to the configuration of the EM |
@@ -902,6 +905,9 @@ discard block |
||
| 902 | 905 | self::assertCount(2, $manager->managedContracts->slice(0, 10)); |
| 903 | 906 | } |
| 904 | 907 | |
| 908 | + /** |
|
| 909 | + * @param string $name |
|
| 910 | + */ |
|
| 905 | 911 | private function usePersonNameFilter($name) |
| 906 | 912 | { |
| 907 | 913 | // Enable the filter |