Skip to content

Commit

Permalink
Fixed some test class names
Browse files Browse the repository at this point in the history
  • Loading branch information
PHLAK committed Mar 20, 2020
1 parent ed03cf1 commit 8042a9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Methods/StartsWithTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use PHLAK\Twine;
use PHPUnit\Framework\TestCase;

class StartsWith extends TestCase
class StartsWithTest extends TestCase
{
public function test_it_can_determine_if_it_starts_with_a_string()
{
Expand Down
2 changes: 1 addition & 1 deletion tests/Methods/WrapTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use PHLAK\Twine;
use PHPUnit\Framework\TestCase;

class WrapTests extends TestCase
class WrapTest extends TestCase
{
public function test_it_can_be_wrapped()
{
Expand Down

0 comments on commit 8042a9f

Please sign in to comment.