Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
Fix testing class namespaces (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
peter279k authored Mar 12, 2021
1 parent f13cc91 commit 0cad697
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/BootstrapConfiguratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace Narrowspark\Automatic\Test\Configurator;
namespace Narrowspark\Automatic\Configurator\Tests;

use Composer\Composer;
use Composer\IO\IOInterface;
Expand Down
2 changes: 1 addition & 1 deletion tests/OptionsConfiguratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace Narrowspark\Automatic\Test\Configurator;
namespace Narrowspark\Automatic\Configurator\Tests;

use Composer\Composer;
use Composer\IO\IOInterface;
Expand Down
2 changes: 1 addition & 1 deletion tests/ServiceProviderConfiguratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace Narrowspark\Automatic\Test\Configurator;
namespace Narrowspark\Automatic\Configurator\Tests;

use Composer\Composer;
use Composer\IO\IOInterface;
Expand Down
2 changes: 1 addition & 1 deletion tests/Traits/GetSortedClassesTraitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace Narrowspark\Automatic\Common\Test;
namespace Narrowspark\Automatic\Configurator\Tests\Traits;

use Narrowspark\Automatic\Common\Contract\Package as PackageContract;
use Narrowspark\Automatic\Configurator\Traits\GetSortedClassesTrait;
Expand Down

0 comments on commit 0cad697

Please sign in to comment.