Correctly name test class files

This commit is contained in:
2020-11-25 16:32:57 +01:00
parent 94a5ad5a42
commit 155c8eb752
4 changed files with 9 additions and 46 deletions

View File

@@ -1,8 +1,6 @@
{
"require-dev": {
"phpunit/phpunit": "^8.4"
},
"require": {
"phpmailer/phpmailer": "^6.1"
"phpmailer/phpmailer": "^6.1",
"phpunit/phpunit": "^9.4"
}
}