Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CakePHP Fixture Factories to Testing #1168

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

pabloelcolombiano
Copy link

@pabloelcolombiano pabloelcolombiano commented Nov 2, 2021

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!

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!
@pabloelcolombiano pabloelcolombiano changed the title Add CakePHP Fixture Factories Add CakePHP Fixture Factories to Testing Nov 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant