Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
schickling committed Feb 25, 2014
1 parent 0bd6cb5 commit 76152db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/Commands/QueueCheckerCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,12 @@ class QueueCheckerCommandTest extends TestCase
public function setUp()
{
parent::setUp();

Cache::flush();

// TODO remove quick fix
Queue::shouldReceive('connection');

$command = new QueueCheckerCommand();
$this->tester = new CommandTester($command);
}
Expand Down

0 comments on commit 76152db

Please sign in to comment.