·php-testing

PHP testing mastery - PHPUnit 11, Pest 3, TDD, mocking, and CI/CD integration

12Installs·1Trend·@pluginagentmarketplace

Installation

$npx skills add https://github.com/pluginagentmarketplace/custom-plugin-php --skill php-testing

SKILL.md

Comprehensive skill for PHP testing covering PHPUnit 11, Pest 3, TDD methodology, mocking strategies, and CI/CD integration.

| Tests pass locally, fail in CI | Environment differences | Check PHP version, database state | | Mock not called | Not injected | Verify DI, don't instantiate inside class | | Database pollution | Shared state | Use RefreshDatabase trait | | Slow tests | Too many DB operations | Use mocks, run parallel |

| Code coverage | ≥80% | | Test speed | <5 min full suite | | Flaky rate | 0% | | Test isolation | 100% |

PHP testing mastery - PHPUnit 11, Pest 3, TDD, mocking, and CI/CD integration Source: pluginagentmarketplace/custom-plugin-php.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-php --skill php-testing
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is php-testing?

PHP testing mastery - PHPUnit 11, Pest 3, TDD, mocking, and CI/CD integration Source: pluginagentmarketplace/custom-plugin-php.

How do I install php-testing?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/pluginagentmarketplace/custom-plugin-php --skill php-testing Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/pluginagentmarketplace/custom-plugin-php