Skip to content

Commit e09df30

Browse files
update tests namespace
1 parent 9be7fb3 commit e09df30

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

tests/phpunit/Container/File.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace EM\CssCompiler\Container;
3+
namespace EM\CssCompiler\Tests\Container;
44

55
class FileContainerTest
66
{

tests/phpunit/Processor/ProcessorTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?php
22

3-
namespace EM\Tests\PHPUnit\Processor;
3+
namespace EM\CssCompiler\Tests\PHPUnit\Processor;
44

55
use Composer\IO\IOInterface;
66
use EM\CssCompiler\Container\FileContainer;
77
use EM\CssCompiler\Processor\Processor;
8-
use EM\Tests\Environment\IntegrationTestSuite;
8+
use EM\CssCompiler\Tests\Environment\IntegrationTestSuite;
99

1010
/**
1111
* @see Processor

tests/phpunit/ScriptHandlerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22

3-
namespace EM\Tests\PHPUnit;
3+
namespace EM\CssCompiler\Tests\PHPUnit;
44

55
use EM\CssCompiler\ScriptHandler;
6-
use EM\Tests\Environment\IntegrationTestSuite;
6+
use EM\CssCompiler\Tests\Environment\IntegrationTestSuite;
77

88
/**
99
* @see ScriptHandler

tests/shared-enviroment/IntegrationTestSuite.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace EM\Tests\Environment;
3+
namespace EM\CssCompiler\Tests\Environment;
44

55
/**
66
* @since 0.1

0 commit comments

Comments
 (0)