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