PHPUnit
Unit Testing framework
Open Source
Standard testing framework for PHP
Supported languages:
php
Integrates with:
laravel symfony composer
Pros and Cons
Ventajas
- + PHP standard
- + Built-in mocking
- + Powerful data providers
- + Integration with PHP frameworks
- + Code coverage included
Desventajas
- - XML configuration can be verbose
- - Syntax can be verbose
- - Major updates can break things
Casos de Uso
- Laravel/Symfony application testing
- PHP unit testing
- PHP API testing
- Integration testing