Skip to content

Commit

Permalink
Apply fixes from StyleCI (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
davide-casiraghi authored May 29, 2019
1 parent bd9d2a7 commit 57210a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/LaravelJumbotronImageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -301,12 +301,12 @@ public function it_shows_a_jumbotron_image()
/** @test */
public function it_uploads_an_image()
{

// Delete directory
//dd(Storage::directories('public/images')); // List directories
$directory = 'public/images/jumbotron_images/';
Storage::deleteDirectory($directory);

// Symulate the upload
$local_test_file = __DIR__.'/test-files/large-avatar.png';
$uploadedFile = new \Illuminate\Http\UploadedFile(
Expand Down

0 comments on commit 57210a8

Please sign in to comment.