From 155c8eb7528ea4597ef7c008eab1117ad95cc9db Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Wed, 25 Nov 2020 16:32:57 +0100 Subject: [PATCH] Correctly name test class files --- composer.json | 6 +-- tests/{csvTest.php => CsvTest.php} | 0 .../{startPageTest.php => StartPageTest.php} | 0 tests/config.xml | 49 +++---------------- 4 files changed, 9 insertions(+), 46 deletions(-) rename tests/{csvTest.php => CsvTest.php} (100%) rename tests/{startPageTest.php => StartPageTest.php} (100%) diff --git a/composer.json b/composer.json index b25b9a0..03f289e 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,6 @@ { - "require-dev": { - "phpunit/phpunit": "^8.4" - }, "require": { - "phpmailer/phpmailer": "^6.1" + "phpmailer/phpmailer": "^6.1", + "phpunit/phpunit": "^9.4" } } diff --git a/tests/csvTest.php b/tests/CsvTest.php similarity index 100% rename from tests/csvTest.php rename to tests/CsvTest.php diff --git a/tests/startPageTest.php b/tests/StartPageTest.php similarity index 100% rename from tests/startPageTest.php rename to tests/StartPageTest.php diff --git a/tests/config.xml b/tests/config.xml index db95ec0..f9e0ec1 100644 --- a/tests/config.xml +++ b/tests/config.xml @@ -1,43 +1,8 @@ - - - - ../exceptions/ - - - + + + + + ../exceptions/ + + -