Remove DBUnit

DBUnit is not maintained anymore.
Resolves #1001
This commit is contained in:
Raphael Horber 2019-07-23 09:22:19 +02:00 committed by Jamie York
parent 8b0f5c09fb
commit 204ecedede
1 changed files with 0 additions and 1 deletions

View File

@ -292,7 +292,6 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [Atoum](https://github.com/atoum/atoum) - A simple testing library.
* [Behat](http://docs.behat.org/en/v2.5/) - A behaviour driven development (BDD) testing framework.
* [Codeception](https://github.com/Codeception/Codeception) - A full stack testing framework.
* [DBUnit](https://github.com/sebastianbergmann/dbunit) - A database testing library for PHPUnit.
* [Faker](https://github.com/fzaninotto/Faker) - A fake data generator library.
* [HTTP Mock](https://github.com/InterNations/http-mock) - A library for mocking HTTP requests in unit tests.
* [Kahlan](https://github.com/kahlan/kahlan) - Full stack Unit/BDD testing framework with built-in stub, mock and code-coverage support.