phpunit
Unit test framework
A testing framework for writing unit tests in PHP.
The PHP Unit Testing framework.
20k stars
320 watching
2k forks
Language: PHP
last commit: about 1 month ago
Linked from 3 awesome lists
phpphpunittesting-tools
Related projects:
Repository | Description | Stars |
---|---|---|
codeception/codeception | A full-stack testing framework for PHP that uses Behavior Driven Development (BDD) principles to write acceptance, functional, and unit tests. | 4,776 |
sebastianbergmann/phploc | A tool that helps measure the size of a software project in terms of code quantity and complexity | 2,336 |
paratestphp/paratest | Supports parallel testing of PHPUnit tests to improve execution speed and code coverage reporting | 2,331 |
nette/tester | A unit testing framework with code coverage reporting and assertion tools for PHP applications. | 462 |
squizlabs/php_codesniffer | Automates code review and quality checks in PHP projects to enforce coding standards. | 10,690 |
phpstan/phpstan | An analysis tool for PHP code to detect errors and bugs without running the code | 13,079 |
dancryer/phpci | Automates testing and dependency management for PHP projects | 2,418 |
sebastianbergmann/phpcov | Tools for generating and analyzing code coverage reports from PHP applications | 227 |
bcit-ci/codeigniter | A PHP framework that provides a set of libraries and a simple interface to speed up web application development | 18,263 |
cakephp/cakephp | A rapid development framework for PHP that enables users to build robust web applications quickly and flexibly. | 8,705 |
fmalk/codeigniter-phpunit | A tool that enables PHPUnit integration with the CodeIgniter PHP framework | 234 |
yoast/phpunit-polyfills | Provides polyfills for PHPUnit functionality to ensure cross-version compatibility in unit tests | 173 |
shivammathur/setup-php | Automates setup of PHP environment with required extensions and tools | 2,943 |
simpletest/simpletest | A unit testing framework for PHP | 148 |
hugues-m/phpunit-vw | Makes failing test cases succeed in CI tools | 1,760 |