diff --git a/tests/Unit/ComposerTest.php b/tests/Unit/ComposerTest.php index 2b00899..0fd4e79 100644 --- a/tests/Unit/ComposerTest.php +++ b/tests/Unit/ComposerTest.php @@ -2,7 +2,7 @@ declare(strict_types=1); -namespace Tests\Unit\Releases; +namespace Tests\Unit; use TypistTech\PhpMatrix\Composer; use TypistTech\PhpMatrix\Exceptions\InvalidArgumentException; diff --git a/tests/Unit/Matrices/MatrixTest.php b/tests/Unit/Matrices/MatrixTest.php index 51cf2eb..43b0650 100644 --- a/tests/Unit/Matrices/MatrixTest.php +++ b/tests/Unit/Matrices/MatrixTest.php @@ -2,7 +2,7 @@ declare(strict_types=1); -namespace Tests\Unit\Releases; +namespace Tests\Unit\Matrices; use Mockery; use TypistTech\PhpMatrix\Exceptions\UnexpectedValueException; diff --git a/tests/Unit/Matrices/MinorOnlyMatrixTest.php b/tests/Unit/Matrices/MinorOnlyMatrixTest.php index 44b419b..f52ddf9 100644 --- a/tests/Unit/Matrices/MinorOnlyMatrixTest.php +++ b/tests/Unit/Matrices/MinorOnlyMatrixTest.php @@ -2,7 +2,7 @@ declare(strict_types=1); -namespace Tests\Unit\Releases; +namespace Tests\Unit\Matrices; use Mockery; use TypistTech\PhpMatrix\Matrices\MatrixInterface; diff --git a/tests/Unit/VersionsTest.php b/tests/Unit/VersionsTest.php index 1fbc94d..7b6cab0 100644 --- a/tests/Unit/VersionsTest.php +++ b/tests/Unit/VersionsTest.php @@ -2,7 +2,7 @@ declare(strict_types=1); -namespace Tests\Unit\Releases; +namespace Tests\Unit; use TypistTech\PhpMatrix\Versions; use UnexpectedValueException;