Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/phpunit/Container/File.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace EM\CssCompiler\Container;
namespace EM\CssCompiler\Tests\Container;

class FileContainerTest
{
Expand Down
4 changes: 2 additions & 2 deletions tests/phpunit/Processor/ProcessorTest.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?php

namespace EM\Tests\PHPUnit\Processor;
namespace EM\CssCompiler\Tests\PHPUnit\Processor;

use Composer\IO\IOInterface;
use EM\CssCompiler\Container\FileContainer;
use EM\CssCompiler\Processor\Processor;
use EM\Tests\Environment\IntegrationTestSuite;
use EM\CssCompiler\Tests\Environment\IntegrationTestSuite;

/**
* @see Processor
Expand Down
4 changes: 2 additions & 2 deletions tests/phpunit/ScriptHandlerTest.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

namespace EM\Tests\PHPUnit;
namespace EM\CssCompiler\Tests\PHPUnit;

use EM\CssCompiler\ScriptHandler;
use EM\Tests\Environment\IntegrationTestSuite;
use EM\CssCompiler\Tests\Environment\IntegrationTestSuite;

/**
* @see ScriptHandler
Expand Down
2 changes: 1 addition & 1 deletion tests/shared-enviroment/IntegrationTestSuite.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace EM\Tests\Environment;
namespace EM\CssCompiler\Tests\Environment;

/**
* @since 0.1
Expand Down