Skip to content

Commit

Permalink
Rename base test case class from TestCase to LaraLikeTestCase
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad Nourinik committed Jun 2, 2018
1 parent fea2d35 commit 84013d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/CommonTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
use Inpin\LaraLike\Likeable;
use Inpin\LaraLike\LikeCounter;

class CommonTest extends TestCase
class CommonTest extends LaraLikeTestCase
{
/**
* @var Generator
Expand Down
2 changes: 1 addition & 1 deletion tests/TestCase.php → tests/LaraLikeTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use Inpin\LaraLike\LaraLikeServiceProvider;
use Orchestra\Database\ConsoleServiceProvider;

class TestCase extends \Orchestra\Testbench\TestCase
class LaraLikeTestCase extends \Orchestra\Testbench\TestCase
{
protected function getPackageProviders($app)
{
Expand Down

0 comments on commit 84013d2

Please sign in to comment.