Renaming test class name to match the tested class

parent 3438a7d5
...@@ -5,7 +5,7 @@ namespace Modules\Tag\Tests\Integration; ...@@ -5,7 +5,7 @@ namespace Modules\Tag\Tests\Integration;
use Modules\Tag\Repositories\TagRepository; use Modules\Tag\Repositories\TagRepository;
use Modules\Tag\Tests\BaseTestCase; use Modules\Tag\Tests\BaseTestCase;
class TagRepositoryTest extends BaseTestCase class EloquentTagRepositoryTest extends BaseTestCase
{ {
/** /**
* @var TagRepository * @var TagRepository
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment