Skip to content

Commit

Permalink
MockeryPHPUnitIntegration
Browse files Browse the repository at this point in the history
  • Loading branch information
recca0120 committed Jun 19, 2018
1 parent ca76136 commit dead705
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tests/DebuggerManagerTest.php
Expand Up @@ -7,14 +7,11 @@
use Tracy\Debugger;
use PHPUnit\Framework\TestCase;
use Recca0120\LaravelTracy\DebuggerManager;
use Mockery\Adapter\Phpunit\MockeryPHPUnitIntegration;

class DebuggerManagerTest extends TestCase
{
protected function tearDown()
{
parent::tearDown();
m::close();
}
use MockeryPHPUnitIntegration;

public function testInit()
{
Expand Down

0 comments on commit dead705

Please sign in to comment.