@@ -563,6 +563,10 @@ |
||
563 | 563 | } |
564 | 564 | } |
565 | 565 | |
566 | + /** |
|
567 | + * @param Requirements_Backend $backend |
|
568 | + * @param string $type |
|
569 | + */ |
|
566 | 570 | public function assertFileNotIncluded($backend, $type, $files) { |
567 | 571 | $includedFiles = $this->getBackendFiles($backend, $type); |
568 | 572 | if(is_array($files)) { |