File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
lib/internal/Magento/Framework/Setup/Test/Unit Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
* See COPYING.txt for license details.
5
5
*/
6
6
7
- namespace Magento \Framework \Test \Unit \ Setup ;
7
+ namespace Magento \Framework \Setup \ Test \Unit ;
8
8
9
9
use Magento \Framework \DB \Ddl \Table ;
10
10
use Magento \Framework \Setup \SchemaListenerDefinition \BooleanDefinition ;
16
16
/**
17
17
* Unit test for schema listener.
18
18
*
19
- * @package Magento\Framework\Test\Unit\Setup
19
+ * @package Magento\Framework\Setup\ Test\Unit
20
20
*/
21
21
class SchemaListenerTest extends \PHPUnit \Framework \TestCase
22
22
{
Original file line number Diff line number Diff line change 4
4
* See COPYING.txt for license details.
5
5
*/
6
6
7
- namespace Magento \Framework \Test \Unit \ Setup ;
7
+ namespace Magento \Framework \Setup \ Test \Unit ;
8
8
9
9
use Magento \Framework \Component \ComponentRegistrar ;
10
10
use Magento \Framework \Setup \SchemaListener ;
14
14
/**
15
15
* Unit test for schema persistor.
16
16
*
17
- * @package Magento\Framework\Test\Unit\Setup
17
+ * @package Magento\Framework\Setup\ Test\Unit
18
18
*/
19
19
class SchemaPersistorTest extends \PHPUnit \Framework \TestCase
20
20
{
You can’t perform that action at this time.
0 commit comments