Completed
Pull Request — master (#207)
by Sam
02:12
created
behat/features/bootstrap/SilverStripe/Cms/Test/Behaviour/ThemeContext.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -52,6 +52,9 @@  discard block
 block discarded – undo
52 52
         $this->requireFile(BASE_PATH . '/themes/' . $theme . '/templates/' . $template, $content);
53 53
     }
54 54
 
55
+    /**
56
+     * @param string $filename
57
+     */
55 58
     protected function requireFile($filename, $content)
56 59
     {
57 60
         // Already exists
@@ -69,6 +72,9 @@  discard block
 block discarded – undo
69 72
         }
70 73
     }
71 74
 
75
+    /**
76
+     * @param string $dirname
77
+     */
72 78
     protected function requireDir($dirname)
73 79
     {
74 80
         // Directory doesn't exist, create it and mark it for deletion
Please login to merge, or discard this patch.