markTestIncomplete(); $filename = 'testfile' . $this->randomString(10); \Storage::disk('public')->put($filename, 'bar'); $this->get(tenant_asset($filename))->assertSee('bar'); } }