Upgrades successfully to PHPUnit 7, removed DBUnit support and integrated custom testing.

This commit is contained in:
Basilius Sauter
2019-06-16 17:50:58 +02:00
parent 14d1c9d582
commit d0b2d48cc1
10 changed files with 734 additions and 481 deletions
+3 -3
View File
@@ -31,8 +31,8 @@
],
"require-dev": {
"phpunit/phpunit": "^5.0",
"phpunit/dbunit": "^2.0",
"block8/php-docblock-checker": "2.0.0"
"phpunit/phpunit": "^7.0",
"phpunit/php-code-coverage": "*",
"dancryer/php-docblock-checker": "*"
}
}