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

Apply fixes from StyleCI

This commit is contained in:
stancl 2019-08-02 17:53:11 +00:00 committed by StyleCI Bot
parent 2cf96423b0
commit a5437472ae
25 changed files with 83 additions and 70 deletions

View file

@ -10,7 +10,7 @@ class TenantAssetTest extends TestCase
$filename = 'testfile' . $this->randomString(10);
\Storage::disk('public')->put($filename, 'bar');
$path = storage_path("app/public/$filename");
// response()->file() returns BinaryFileResponse whose content is
// inaccessible via getContent, so ->assertSee() can't be used
$this->get(tenant_asset($filename))->assertSuccessful();