phpunit
Installation
SKILL.md
PHPUnit
PHPUnit is the standard unit testing framework for the PHP ecosystem. Examples include usage in Laravel, Symfony, and WordPress.
When to Use
- PHP Application: The industry standard.
- TDD: Built-in support for mocking and code coverage.
Quick Start
<?php
use PHPUnit\Framework\TestCase;