Shopware Phpunit
This Skill executes PHPUnit tests against your Shopware development environment for rapid bug detection and quality assurance.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add shopware-phpunit npx -- -y @trustedskills/shopware-phpunit
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"shopware-phpunit": {
"command": "npx",
"args": [
"-y",
"@trustedskills/shopware-phpunit"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides access to the PHPUnit testing framework specifically configured for Shopware. It allows AI agents to execute tests, analyze results, and potentially debug issues within a Shopware environment. This enables automated testing of code changes and ensures the stability of Shopware installations.
When to use it
- Automated Testing: Run existing PHPUnit test suites automatically after code deployments or integrations.
- Debugging Assistance: Analyze failing tests and provide insights into potential causes of errors within a Shopware project.
- Code Quality Checks: Integrate with CI/CD pipelines to enforce coding standards and prevent regressions.
- Shopware Plugin Development: Test newly developed plugins for compatibility and functionality within the Shopware ecosystem.
Key capabilities
- PHPUnit test execution
- Test result analysis
- Integration with Shopware environments
- Automated testing workflows
Example prompts
- "Run all PHPUnit tests in the current Shopware project."
- "Analyze the results of the last failed PHPUnit test and suggest potential fixes."
- "Execute a specific PHPUnit test suite: 'integration/checkout'."
Tips & gotchas
- Requires a working Shopware installation with PHPUnit configured.
- Understanding of PHPUnit testing concepts is beneficial for interpreting results.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.