1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 17:24:03 +00:00

Apply fixes from StyleCI

This commit is contained in:
stancl 2019-09-21 17:29:17 +00:00 committed by StyleCI Bot
parent 665d222872
commit a4ab7ac080

View file

@ -25,7 +25,7 @@ class TenantAssetTest extends TestCase
// inaccessible via getContent, so ->assertSee() can't be used // inaccessible via getContent, so ->assertSee() can't be used
$this->assertFileExists($path); $this->assertFileExists($path);
$response = $this->get(tenant_asset($filename)); $response = $this->get(tenant_asset($filename));
$response->assertSuccessful(); $response->assertSuccessful();
$f = fopen($path, 'r'); $f = fopen($path, 'r');