Skip to content

Commit a9807ac

Browse files
stevebaumangithub-actions[bot]
authored andcommitted
Fix code style
1 parent b2c97ed commit a9807ac

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/Pest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
use DirectoryTree\Dummy\Tests\TestCase;
4+
35
/*
46
|--------------------------------------------------------------------------
57
| Test Case
@@ -11,4 +13,4 @@
1113
|
1214
*/
1315

14-
uses(DirectoryTree\Dummy\Tests\TestCase::class)->in(__DIR__);
16+
uses(TestCase::class)->in(__DIR__);

0 commit comments

Comments
 (0)