Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored and StyleCIBot committed Sep 18, 2019
1 parent c4aae32 commit 71ae784
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/QueryRecorder/QueryRecorderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

namespace Facade\Ignition\Tests\QueryRecorder;

use Facade\Ignition\QueryRecorder\QueryRecorder;
use Facade\Ignition\Tests\TestCase;
use Illuminate\Database\Connection;
use Illuminate\Database\Events\QueryExecuted;
use Facade\Ignition\QueryRecorder\QueryRecorder;

class QueryRecorderTest extends TestCase
{
Expand All @@ -23,4 +23,4 @@ public function it_limits_the_amount_of_recorded_queries()
$this->assertCount(200, $recorder->getQueries());
$this->assertSame('query 201', $recorder->getQueries()[0]['sql']);
}
}
}

0 comments on commit 71ae784

Please sign in to comment.