Skip to content

Commit

Permalink
Merge pull request #1 from inpin/rename_base_test_case_class
Browse files Browse the repository at this point in the history
Rename base test case class from TestCase to LaraLikeTestCase
  • Loading branch information
enourinick authored Jun 2, 2018
2 parents fea2d35 + 84013d2 commit a9187fd
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 a9187fd

Please sign in to comment.