Completed
Push — master ( 1186f0...a9e1ce )
by Loz
27s
created
tests/php/View/RequirementsTest.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -1048,6 +1048,10 @@
 block discarded – undo
1048 1048
         }
1049 1049
     }
1050 1050
 
1051
+    /**
1052
+     * @param Requirements_Backend $backend
1053
+     * @param string $type
1054
+     */
1051 1055
     public function assertFileNotIncluded($backend, $type, $files)
1052 1056
     {
1053 1057
         $includedFiles = $this->getBackendFiles($backend, $type);
Please login to merge, or discard this patch.