Browse Source

missing call

Grzesiek W 11 years ago
parent
commit
3ec1969d71
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tests/TestCase/Console/ShellTest.php

+ 2 - 0
tests/TestCase/Console/ShellTest.php

@@ -511,6 +511,8 @@ class ShellTest extends TestCase
         $path = TMP . 'shell_test';
         $file = $path . DS . 'file1.php';
         
+        new Folder($path, true);
+        
         touch($file);
         $this->assertTrue(file_exists($file));