diff --git a/tests/CommonTest.php b/tests/CommonTest.php index e65a023..f92a22c 100644 --- a/tests/CommonTest.php +++ b/tests/CommonTest.php @@ -10,7 +10,7 @@ use Inpin\LaraLike\Likeable; use Inpin\LaraLike\LikeCounter; -class CommonTest extends TestCase +class CommonTest extends LaraLikeTestCase { /** * @var Generator diff --git a/tests/TestCase.php b/tests/LaraLikeTestCase.php similarity index 96% rename from tests/TestCase.php rename to tests/LaraLikeTestCase.php index aa9b365..366de90 100644 --- a/tests/TestCase.php +++ b/tests/LaraLikeTestCase.php @@ -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) {