From 7d60fb9d0fc264fb3aee733d7958ec4002113087 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Fri, 22 Dec 2017 17:58:01 +0200 Subject: [PATCH] use Minify\Test namespace for tests --- composer.json | 2 +- tests/HTTPConditionalGetTest.php | 2 ++ tests/HTTPEncoderTest.php | 2 ++ tests/JSMinTest.php | 1 + tests/JsClosureCompilerTest.php | 4 +++- tests/LessSourceTest.php | 2 ++ tests/MinifyBuildTest.php | 2 ++ tests/MinifyCSSUriRewriterTest.php | 2 ++ tests/MinifyCacheAPCTest.php | 2 ++ tests/MinifyCacheFileTest.php | 2 ++ tests/MinifyCacheMemcacheTest.php | 2 ++ tests/MinifyCacheWinCacheTest.php | 2 ++ tests/MinifyCacheZendPlatformTest.php | 2 ++ tests/MinifyClosureCompilerTest.php | 2 ++ tests/MinifyCommentPreserverTest.php | 2 ++ tests/MinifyHTMLHelperTest.php | 2 ++ tests/MinifyHTMLTest.php | 2 ++ tests/MinifyImportProcessorTest.php | 2 ++ tests/MinifyLinesTest.php | 2 ++ tests/MinifyNailgunClosureCompilerTest.php | 2 ++ tests/MinifyTest.php | 2 ++ tests/MinifyYuiCSSTest.php | 2 ++ tests/ScssSourceTest.php | 2 ++ tests/TestCase.php | 4 ++++ 24 files changed, 49 insertions(+), 2 deletions(-) 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 @@