diff --git a/composer.json b/composer.json index 06fb482..c8858b6 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "classmap": ["lib/"] }, "autoload-dev": { - "classmap": ["tests/TestCase.php"] + "psr-4": {"Minify\\Test\\": "tests/"} }, "require": { "ext-pcre": "*", diff --git a/tests/HTTPConditionalGetTest.php b/tests/HTTPConditionalGetTest.php index 237fcd0..6b5aa94 100644 --- a/tests/HTTPConditionalGetTest.php +++ b/tests/HTTPConditionalGetTest.php @@ -1,5 +1,7 @@