1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 14:34:04 +00:00

Apply fixes from StyleCI

This commit is contained in:
stancl 2019-09-19 16:39:08 +00:00 committed by StyleCI Bot
parent e106ad6ade
commit 27a93028b2

View file

@ -187,7 +187,7 @@ class TenantManagerTest extends TestCase
$this->expectException(\Stancl\Tenancy\Exceptions\TenantStorageException::class);
$tenant2->put('id', 'foo');
}
/** @test */
public function all_returns_a_collection_of_tenant_objects()
{