Failed Conditions
Push — develop ( 26c78d...044239 )
by Michael
63:26
created
tests/Doctrine/Tests/ORM/Functional/SQLFilterTest.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -183,6 +183,9 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
Please login to merge, or discard this patch.