Browse Source

Remove DBUnit

DBUnit is not maintained anymore.
Resolves #1001
pull/1003/head
Raphael Horber 6 years ago
parent
commit
204ecedede
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      README.md

+ 0
- 1
README.md View File

292
 * [Atoum](https://github.com/atoum/atoum) - A simple testing library.
292
 * [Atoum](https://github.com/atoum/atoum) - A simple testing library.
293
 * [Behat](http://docs.behat.org/en/v2.5/) - A behaviour driven development (BDD) testing framework.
293
 * [Behat](http://docs.behat.org/en/v2.5/) - A behaviour driven development (BDD) testing framework.
294
 * [Codeception](https://github.com/Codeception/Codeception) - A full stack testing framework.
294
 * [Codeception](https://github.com/Codeception/Codeception) - A full stack testing framework.
295
-* [DBUnit](https://github.com/sebastianbergmann/dbunit) - A database testing library for PHPUnit.
296
 * [Faker](https://github.com/fzaninotto/Faker) - A fake data generator library.
295
 * [Faker](https://github.com/fzaninotto/Faker) - A fake data generator library.
297
 * [HTTP Mock](https://github.com/InterNations/http-mock) - A library for mocking HTTP requests in unit tests.
296
 * [HTTP Mock](https://github.com/InterNations/http-mock) - A library for mocking HTTP requests in unit tests.
298
 * [Kahlan](https://github.com/kahlan/kahlan) - Full stack Unit/BDD testing framework with built-in stub, mock and code-coverage support.
297
 * [Kahlan](https://github.com/kahlan/kahlan) - Full stack Unit/BDD testing framework with built-in stub, mock and code-coverage support.

Loading…
Cancel
Save