There was an error while loading. Please reload this page.
1 parent b2c97ed commit a9807acCopy full SHA for a9807ac
1 file changed
tests/Pest.php
@@ -1,5 +1,7 @@
1
<?php
2
3
+use DirectoryTree\Dummy\Tests\TestCase;
4
+
5
/*
6
|--------------------------------------------------------------------------
7
| Test Case
@@ -11,4 +13,4 @@
11
13
|
12
14
*/
15
-uses(DirectoryTree\Dummy\Tests\TestCase::class)->in(__DIR__);
16
+uses(TestCase::class)->in(__DIR__);
0 commit comments