use ->in(__DIR__) in base Pest.php file

This commit is contained in:
Michael Dyrynda
2020-05-24 13:36:17 +09:30
parent c23f2e4bd6
commit 2869f11ae5

View File

@ -1,3 +1,3 @@
<?php <?php
uses(TestCase::class); uses(TestCase::class)->in(__DIR__);