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/ + + -