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:
parent
665d222872
commit
a4ab7ac080
1 changed files with 1 additions and 1 deletions
|
|
@ -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');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue