From 1d973a844e1d6451280a6a6ac19a3d0b6792e7a1 Mon Sep 17 00:00:00 2001 From: jpramirez Date: Tue, 2 Nov 2021 16:10:21 +0100 Subject: [PATCH] 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! --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0a6f809..b615ea9 100644 --- a/README.md +++ b/README.md @@ -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.