Making BaseTranslation test abstract

parent 2d8c700f
......@@ -9,7 +9,7 @@ use Modules\Translation\Providers\TranslationServiceProvider;
use Nwidart\Modules\LaravelModulesServiceProvider;
use Orchestra\Testbench\TestCase;
class BaseTranslationTest extends TestCase
abstract class BaseTranslationTest extends TestCase
{
public function setUp()
{
......
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