Skip to content
Snippets Groups Projects
Commit c8f4044c authored by Eddie Lau's avatar Eddie Lau
Browse files

MAGETWO-36075: Move dev/tools/Magento/Tools/I18n/pack.php

- added doc block
parent 4e144d02
No related merge requests found
...@@ -67,6 +67,12 @@ class I18nPackCommandTest extends \PHPUnit_Framework_TestCase ...@@ -67,6 +67,12 @@ class I18nPackCommandTest extends \PHPUnit_Framework_TestCase
); );
} }
/**
* Removes directories recursively
*
* @param string $dir
* @return void
*/
private function recursiveRmdir($dir) private function recursiveRmdir($dir)
{ {
if (is_dir($dir)) { if (is_dir($dir)) {
......
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