Files
pest/tests-tia/Fixtures/sample-project/tests/Pest.php
nuno maduro c6a42a2b28 wip
2026-04-22 08:07:52 -07:00

8 lines
221 B
PHP

<?php
declare(strict_types=1);
// Intentionally minimal — tests-tia exercises TIA against the simplest
// possible Pest harness. Anything more and we end up debugging the
// fixture instead of the feature under test.