Libraries tagged by php testing
williamgall/simpletest
144 Downloads
SimpleTest is a framework for unit testing, web site testing and mock objects for PHP.
stratedge/wye
5138 Downloads
A library that makes unit testing database-driven code in PHP a breeze. Mock the native PDO class, define query results, and inspect executed statements.
vektah/bugfree-dangerzone
30489 Downloads
Type verification for php source. Ensures uses and all types within a file verify against the projects auto loader.
tungtu/puphpeteer
344 Downloads
A Puppeteer bridge for PHP, supporting the entire API.
thled/pest-plugin-shorthands
463 Downloads
Add shorthand functions for skipping and focusing tests.
tfrommen/testable-code
5 Downloads
Example code for the talk "How (Not) to Write Testable Code" at WordCamp Nuremberg, 2016.
test-db-acle/test-db-acle
335 Downloads
Framework for very lightweight setting up of database test data for unit tests
skagarwal/reflection
6245 Downloads
Test any Private/Protected Methods/Properties of any class
sassnowski/pest-plugin-contract-tests
254 Downloads
A plugin to define an implement contract tests in Pest
rtens/mockster
4089 Downloads
PHP Mocking framework
robiningelbrecht/continuous-integration-example
0 Downloads
CI/CD example using GitHub workflows and actions
rezen/proxyz
19 Downloads
A library to make it easier to change native php functions behaviour
ranierif/api-mocker
4 Downloads
A simple package to mock API responses for testing
quadraecom/pest-plugin-selectors
1699 Downloads
Add CSS selector-based testing capabilities to Pest
phputil/validator
414 Downloads
Easy and powerful validator for PHP