Skip to content

Commit

Permalink
Merge pull request #158 from facade/analysis-zdQk2p
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
freekmurze authored Sep 18, 2019
2 parents c4aae32 + 71ae784 commit 18b86fc
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 18b86fc

Please sign in to comment.