Skip to content

Commit

Permalink
woops
Browse files Browse the repository at this point in the history
  • Loading branch information
tymondesigns committed Mar 2, 2015
1 parent 5cbbdd7 commit 2623e15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Providers/Storage/IlluminateCacheAdapterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ public function setUp()
{
$this->cache = Mockery::mock('Illuminate\Cache\CacheManager');
$this->storage = new IlluminateCacheAdapter($this->cache);

$this->cache->shouldReceive('tags')->andReturn(Mockery::self());
}

public function tearDown()
Expand Down

0 comments on commit 2623e15

Please sign in to comment.