@@ -118,6 +118,11 @@ discard block |
||
118 | 118 | ); |
119 | 119 | } |
120 | 120 | |
121 | + /** |
|
122 | + * @param Requirements_Backend $backend |
|
123 | + * @param boolean $async |
|
124 | + * @param boolean $defer |
|
125 | + */ |
|
121 | 126 | protected function setupCombinedRequirementsJavascriptAsyncDefer($backend, $async, $defer) { |
122 | 127 | $basePath = $this->getCurrentRelativePath(); |
123 | 128 | $this->setupRequirements($backend); |
@@ -805,6 +810,10 @@ discard block |
||
805 | 810 | } |
806 | 811 | } |
807 | 812 | |
813 | + /** |
|
814 | + * @param Requirements_Backend $backend |
|
815 | + * @param string $type |
|
816 | + */ |
|
808 | 817 | public function assertFileNotIncluded($backend, $type, $files) { |
809 | 818 | $includedFiles = $this->getBackendFiles($backend, $type); |
810 | 819 | if(is_array($files)) { |