·php-testing

Beherrschung von PHP-Tests – PHPUnit 11, Pest 3, TDD, Mocking und CI/CD-Integration

12Installationen·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% |

Beherrschung von PHP-Tests – PHPUnit 11, Pest 3, TDD, Mocking und CI/CD-Integration Quelle: pluginagentmarketplace/custom-plugin-php.

Original anzeigen

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-php --skill php-testing
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-01
Aktualisiert
2026-02-18

Schnelle Antworten

Was ist php-testing?

Beherrschung von PHP-Tests – PHPUnit 11, Pest 3, TDD, Mocking und CI/CD-Integration Quelle: pluginagentmarketplace/custom-plugin-php.

Wie installiere ich php-testing?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/pluginagentmarketplace/custom-plugin-php --skill php-testing Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor

Wo ist das Quell-Repository?

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