Skip to content

Commit

Permalink
Apply fixes from StyleCI (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmuscnielsen authored Nov 4, 2017
1 parent a9e865a commit 61367d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Feature/ImageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use Makeable\CloudImages\Tests\Stubs\Product;
use Makeable\CloudImages\Tests\TestCase;

class ImageModelTest extends TestCase
class ImageTest extends TestCase
{
use RefreshDatabase;

Expand Down Expand Up @@ -106,7 +106,7 @@ public function it_defaults_to_empty_image()
}

/** @test **/
function it_replaces_with_another_image()
public function it_replaces_with_another_image()
{
Storage::disk('gcs')->put('test.jpg', 'foo');
$product = Product::create();
Expand Down

0 comments on commit 61367d9

Please sign in to comment.