testing

Installation
SKILL.md

Testing

Tests should prove behavior, not mirror implementation. Prefer the smallest test type that catches the risk.

Test Selection

Use feature tests for:

  • routes and controllers;
  • authorization and middleware;
  • validation;
  • redirects;
  • sessions;
  • database writes;
  • user-facing workflows.

Use unit tests for:

Installs
8
GitHub Stars
4
First Seen
Jul 16, 2026
testing — soden46/syarif-laravel-ai-skills