Skip to content

Commit

Permalink
fix phpunit use
Browse files Browse the repository at this point in the history
  • Loading branch information
luanfreitasdev committed Jun 1, 2021
1 parent 5552036 commit 35d1b71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
<testsuite name="Test Suite">
<directory suffix="Test.php">./tests</directory>
</testsuite>
<testsuite name="Test Suite">
<directory suffix="Test.php">./tests/Feature</directory>
</testsuite>
</testsuites>
<coverage processUncoveredFiles="true">
<include>
Expand Down
2 changes: 1 addition & 1 deletion tests/Feature/PowerGridTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use Illuminate\Database\Eloquent\Collection;
use Illuminate\Database\Eloquent\Model;
use PHPUnit\Framework\TestCase;
use Tests\TestCase;
use PowerComponents\LivewirePowerGrid\PowerGrid;

class PowerGridTest extends TestCase
Expand Down

0 comments on commit 35d1b71

Please sign in to comment.