v0.3.3
Test discovery for Laravel/Symfony mirror-tree projects + test backfill.
Added
recommend_testsnow finds tests for Laravel mirror-tree layouts. Source atapp/<rest>/<file>.phpresolves to tests attests/{Unit,Feature,Integration,Browser}/<rest>/<file>Test.php. Previously only flattests/Unit/FooTest.phpwas checked, missing tests liketests/Integration/Actions/CredentialingApplication/ExportZipActionTest.php.recommend_testsnow finds tests for Symfony mirror-tree layouts. Source atsrc/<rest>/<file>.phpresolves to test attests/<rest>/<file>Test.php(no Unit/Feature subdir; tests/ mirrors src/ directly).
Fixed
- Inline unit tests for
accumulate()cover the v0.3.1 source↔test pair filter (previously verified only via integration). Pins down the rule: source-test pairs are kept; test-test pairs are skipped.