Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
thebeardedbearsas avatar

Testing Symfony

  • 138 installs
  • 99 repo stars
  • Updated August 4, 2026
  • thebeardedbearsas/claude-craft

Helps with testing & qa tasks.

About

testing-symfony is a Claude Code skill for testing & qa. It helps solo builders move faster with AI-assisted coding.

  • testing-symfony
  • Testing & QA
  • AI-coding skill

Testing Symfony by the numbers

  • 138 all-time installs (skills.sh)
  • +3 installs in the week ending Jul 27, 2026 (Skillselion tracking)
  • Ranked #909 of 2,153 Testing & QA skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/thebeardedbearsas/claude-craft --skill testing-symfony

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs138
repo stars99
Last updatedAugust 4, 2026
Repositorythebeardedbearsas/claude-craft

What it does

Helps with testing & qa tasks.

Files

SKILL.mdMarkdownGitHub ↗

Stratégie de Tests Symfony 8.1 / PHP 8.5

Versions : Symfony 8.1+ | PHP 8.5 | Pest 4.5+ | PHPUnit 12 | Playwright

Abandonner Panther (lourd) et Behat (verbeux) — Pest 4 intègre tout nativement.

Stack recommandée 2026

TypeOutilUsage
Unit/IntegrationPest 4.5+ (PHPUnit 12, arch tests)Tests backend Symfony
Browser/E2EPest 4 Browser Testing (Playwright natif)Tests frontend intégrés
MutationInfectionQualité des tests (MSI >= 80%)
Static AnalysisPHPStan Level 10Vérification statique

Sources : Pest 4, Infection

Invariants non-négociables

  • Couverture >= 80% (line + branch)
  • Mutation Score Indicator (MSI) >= 80% via Infection
  • PHPStan Level 10 — aucun mixed non justifié
  • Arch tests : domain indépendant de l'infrastructure
  • Fixtures via doctrine/data-fixtures — pas de données hard-codées
  • Pattern AAA (Arrange-Act-Assert) dans chaque test
  • Tests browser dans tests/Browser/, unit dans tests/Unit/, feature dans tests/Feature/

Checklist par type

TypeVérification
UnitIsolation totale, pas de DB, mocks Prophecy/Mockery
IntegrationKernelTestCase, fixtures chargées, DB de test
BrowserPlaywright natif Pest 4, assertions sur l'UI réelle
Archpest()->arch() — namespaces, dépendances, interdictions
Mutationvendor/bin/infection --threads=4, MSI >= 80
Détails complets, exemples de code, configs et checklists : voir REFERENCE.md

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.