Commit 05f74a1d authored by Nicolas Widart's avatar Nicolas Widart

Adding docblock

parent 002e1bab
...@@ -36,6 +36,11 @@ class ModuleScaffoldTest extends BaseTestCase ...@@ -36,6 +36,11 @@ class ModuleScaffoldTest extends BaseTestCase
} }
/**
* Recursively remove the given directory
* @param string $dir
* @return bool
*/
public static function delTree($dir) public static function delTree($dir)
{ {
$files = array_diff(scandir($dir), array('.','..')); $files = array_diff(scandir($dir), array('.','..'));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment