Skip to content

Commit

Permalink
Naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack97 committed Feb 18, 2019
1 parent da5b77e commit d17764b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 38 deletions.
36 changes: 0 additions & 36 deletions tests/Feature/ConversionManagerTest.php

This file was deleted.

2 changes: 1 addition & 1 deletion tests/HasMediaTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function it_can_handle_retrieving_media_from_an_empty_group()
}

/** @test */
public function it_can_get_all_of_the_media_in_a_group()
public function it_can_get_all_the_media_in_a_group()
{
$media = factory(Media::class, 2)->create();

Expand Down
2 changes: 1 addition & 1 deletion tests/ImageManipulatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function it_will_apply_known_conversions()
}

/** @test */
public function conversions_can_be_skipped_if_the_converted_file_already_exists()
public function it_can_skip_conversions_if_the_converted_image_already_exists()
{
$conversionManager = new ConversionManager();

Expand Down

0 comments on commit d17764b

Please sign in to comment.