diff --git a/composer.json b/composer.json index a2d4fd6..d99e6e5 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ }, "autoload-dev": { "psr-4": { - "Orchestra\\Memory\\TestCase\\" : "tests/" + "Orchestra\\Memory\\Tests\\" : "tests/" } }, "require": { diff --git a/tests/Feature/Handlers/CacheTest.php b/tests/Feature/Handlers/CacheTest.php index 26d2d21..27622f5 100644 --- a/tests/Feature/Handlers/CacheTest.php +++ b/tests/Feature/Handlers/CacheTest.php @@ -1,11 +1,11 @@