1
0
Fork 0
mirror of https://github.com/archtechx/money.git synced 2025-12-12 03:14:03 +00:00
money/tests/Pest.php
Samuel Štancl f5011bce68
Laravel 12 support (#28)
* Laravel 12 support

* bump larastan

* phpstan fixes

* remove pest()

* update larastan dependency name
2025-03-11 17:38:43 +01:00

6 lines
119 B
PHP

<?php
use ArchTech\Money\Tests\TestCase;
use Pest\TestSuite;
uses(ArchTech\Money\Tests\TestCase::class)->in('Pest');