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;
Installs
2
GitHub Stars
10
First Seen
Feb 10, 2026
phpunit — g1joshi/agent-skills