Completed
Pull Request — master (#5771)
by Florian
12:04
created
tests/forms/RequirementsTest.php 1 patch
Doc Comments   +9 added lines patch added patch discarded remove patch
@@ -118,6 +118,11 @@  discard block
 block discarded – undo
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
 block discarded – undo
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)) {
Please login to merge, or discard this patch.