diff --git a/composer.json b/composer.json index ee82b87..dc738e1 100644 --- a/composer.json +++ b/composer.json @@ -13,8 +13,7 @@ }, "autoload-dev": { "psr-4": { - "StellarWP\\SuperGlobals\\Tests\\": "tests/_support/", - "StellarWP\\SuperGlobals\\Tests\\Helper\\": "tests/_support/Helper/" + "StellarWP\\SuperGlobals\\Tests\\": "tests/" } }, "authors": [ diff --git a/phpunit.xml b/phpunit.xml index a3d4062..27257bd 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,16 +1,20 @@ - - - - src - - - vendor - - - - - tests/unit - - + + + + src + + + vendor + + + + + tests/Unit + + diff --git a/tests/unit/SuperGlobalsTest.php b/tests/Unit/SuperGlobalsTest.php similarity index 98% rename from tests/unit/SuperGlobalsTest.php rename to tests/Unit/SuperGlobalsTest.php index f27b5f0..c5b9e7a 100644 --- a/tests/unit/SuperGlobalsTest.php +++ b/tests/Unit/SuperGlobalsTest.php @@ -1,10 +1,11 @@