From c8f4044cddcba31f97fb3e14479e06a0e24a72fa Mon Sep 17 00:00:00 2001
From: Eddie Lau <kahlau@ebay.com>
Date: Thu, 23 Apr 2015 09:58:23 -0500
Subject: [PATCH] MAGETWO-36075: Move dev/tools/Magento/Tools/I18n/pack.php

- added doc block
---
 .../Magento/Setup/Console/Command/I18nPackCommandTest.php   | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/dev/tests/integration/testsuite/Magento/Setup/Console/Command/I18nPackCommandTest.php b/dev/tests/integration/testsuite/Magento/Setup/Console/Command/I18nPackCommandTest.php
index 453fc1966d1..9ad14d27f62 100644
--- a/dev/tests/integration/testsuite/Magento/Setup/Console/Command/I18nPackCommandTest.php
+++ b/dev/tests/integration/testsuite/Magento/Setup/Console/Command/I18nPackCommandTest.php
@@ -67,6 +67,12 @@ class I18nPackCommandTest extends \PHPUnit_Framework_TestCase
         );
     }
 
+    /**
+     * Removes directories recursively
+     *
+     * @param string $dir
+     * @return void
+     */
     private function recursiveRmdir($dir)
     {
         if (is_dir($dir)) {
-- 
GitLab