feat(tia): adds poc

This commit is contained in:
nuno maduro
2026-04-16 06:17:14 -07:00
parent c440031e28
commit 4b9bb77b54
10 changed files with 289 additions and 29 deletions

View File

@ -4,7 +4,7 @@ declare(strict_types=1);
namespace Pest\Subscribers;
use Pest\Support\Tia\Recorder;
use Pest\Plugins\Tia\Recorder;
use PHPUnit\Event\Test\Finished;
use PHPUnit\Event\Test\FinishedSubscriber;