Skip to content

Commit 8b662de

Browse files
committed
MAGETWO-34363: Pull request processing
1 parent 594bf84 commit 8b662de

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

dev/tests/unit/testsuite/Magento/Framework/Translate/Js/ConfigTest.php renamed to lib/internal/Magento/Framework/Test/Unit/Translate/Js/ConfigTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
* See COPYING.txt for license details.
55
*/
66

7-
namespace Magento\Framework\Translate\Js;
7+
namespace Magento\Framework\Test\Unit\Translate\Js;
8+
9+
use Magento\Framework\Translate\Js\Config;
810

911
class ConfigTest extends \PHPUnit_Framework_TestCase
1012
{

dev/tests/unit/testsuite/Magento/Framework/View/Asset/SourceTest.php renamed to lib/internal/Magento/Framework/Test/Unit/View/Asset/SourceTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66

77
// @codingStandardsIgnoreFile
88

9-
namespace Magento\Framework\View\Asset;
9+
namespace Magento\Framework\Test\Unit\View\Asset;
1010

1111
use Magento\Framework\App\Filesystem\DirectoryList;
1212
use Magento\Framework\Filesystem\DriverPool;
13+
use Magento\Framework\View\Asset\Source;
1314

1415
/**
1516
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)

0 commit comments

Comments
 (0)