Auto-generate PHPUnit tests
Test Commanderskillsetup L2★0
mungus451/starlight_v2 ↗What it does
Automate PHPUnit test generation
Best for
PHP services requiring strict test coverage before feature completion.
Inputs
- · Test case spec
- · Component under test
Outputs
- · Test class or suite
Requires
- · PHPUnit
- · Mockery
Failure modes
- · Test isolation violation
- · Mock setup mismatch
Trust signals
- · Proven design patterns