Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
spescina committed Feb 9, 2016
1 parent adb8ea4 commit 4fefd42
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions tests/ItemTest.php
Expand Up @@ -26,11 +26,6 @@ public function test_other_file_instantiate()
->with('foo/bar.txt')
->andReturn('txt');

Mediabrowser::shouldReceive('conf')
->once()
->with('imgproxy')
->andReturn(false);

URL::shouldReceive('asset')
->once()
->with('packages/spescina/mediabrowser/img/icons/txt.png')
Expand All @@ -57,11 +52,6 @@ public function test_folder_instantiate()
->once()
->with('foo');

Mediabrowser::shouldReceive('conf')
->once()
->with('imgproxy')
->andReturn(false);

URL::shouldReceive('asset')
->once()
->with('packages/spescina/mediabrowser/img/icons/folder.png')
Expand All @@ -87,11 +77,6 @@ public function test_back_folder_instantiate()
->once()
->with('foo');

Mediabrowser::shouldReceive('conf')
->once()
->with('imgproxy')
->andReturn(false);

URL::shouldReceive('asset')
->once()
->with('packages/spescina/mediabrowser/img/icons/back.png')
Expand All @@ -118,11 +103,6 @@ public function test_image_thumb_url()
->with('foo/bar.jpg')
->andReturn('jpg');

Mediabrowser::shouldReceive('conf')
->once()
->with('imgproxy')
->andReturn(false);

URL::shouldReceive('asset')
->once()
->with('foo/bar.jpg')
Expand Down

0 comments on commit 4fefd42

Please sign in to comment.