Skip to content

Commit

Permalink
Update TestCase.php
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster authored Nov 30, 2022
1 parent cd80d19 commit 9ea8143
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/src/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@

namespace VendorName\Skeleton\Tests;

use Mockery\Adapter\Phpunit\MockeryPHPUnitIntegration;

class TestCase extends \PHPUnit\Framework\TestCase
{
public function rootDirectory(): string
{
return __DIR__.'/../';
}
use MockeryPHPUnitIntegration;
}

0 comments on commit 9ea8143

Please sign in to comment.