1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 18:34:04 +00:00

Remove redundant setUp()

This commit is contained in:
Samuel Štancl 2019-11-20 08:24:27 +01:00
parent 6372ca7397
commit ba2320c218

View file

@ -13,11 +13,6 @@ class RedirectTest extends TestCase
public $autoCreateTenant = false;
public $autoInitTenancy = false;
public function setUp(): void
{
parent::setUp();
}
/** @test */
public function tenant_redirect_macro_replaces_only_the_hostname()
{