ziadoz / awesome-php

A curated list of amazingly awesome PHP libraries, resources and shiny things.
Do What The F*ck You Want To Public License
30.61k stars 5.04k forks source link

Add CakePHP Fixture Factories to Testing #1168

Open pabloelcolombiano opened 2 years ago

pabloelcolombiano commented 2 years ago

Get rid of static fixtures and insert data on the fly. The CakePHP fixture factories is a must-have tool for TDD development, if your framework does not provide an equivalent solution, or if you are frameworkless.

Since v2.5 compatible with 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!

dereuromark commented 4 days ago

Is this still maintained?