mirror of
https://github.com/pestphp/pest.git
synced 2026-04-23 07:27:27 +02:00
8 lines
221 B
PHP
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.
|