mirror of
https://github.com/ziadoz/awesome-php.git
synced 2024-11-07 16:33:35 +00:00
Adds the CakePHP fixture factories
Get rid of static fixtures and insert data on the fly. The CakePHP fixture factories is a must-have tool for TDD development. For CakePHP apps, and since v2.5 for any PHP application. The CakePHP ORM makes it very simple to integrate the present plugin into any PHP application. This already eased the life of quite some CakePHP developers. It is time to share this with the whole PHP community!
This commit is contained in:
parent
101557c88a
commit
1d973a844e
@ -310,6 +310,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
||||
* [AspectMock](https://github.com/Codeception/AspectMock) - A mocking framework for PHPUnit/Codeception.
|
||||
* [Atoum](https://github.com/atoum/atoum) - A simple testing library.
|
||||
* [Behat](https://docs.behat.org/en/latest/) - A behaviour driven development (BDD) testing framework.
|
||||
* [CakePHP Fixture Factories](https://github.com/vierge-noire/cakephp-fixture-factories) - Create test fixtures in no time, framework agnostic.
|
||||
* [Codeception](https://github.com/Codeception/Codeception) - A full stack testing framework.
|
||||
* [Faker](https://github.com/fakerphp/faker) - A fake data generator library.
|
||||
* [HTTP Mock](https://github.com/InterNations/http-mock) - A library for mocking HTTP requests in unit tests.
|
||||
|
Loading…
Reference in New Issue
Block a user