From 204ecedede7d2490699caa2712bc0b12402360a5 Mon Sep 17 00:00:00 2001 From: Raphael Horber Date: Tue, 23 Jul 2019 09:22:19 +0200 Subject: [PATCH] Remove DBUnit DBUnit is not maintained anymore. Resolves #1001 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index aa87359..126412d 100644 --- a/README.md +++ b/README.md @@ -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.