mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 12:54:05 +00:00
Apply fixes from StyleCI (#80)
This commit is contained in:
parent
bd6583b6af
commit
eceacd9422
25 changed files with 83 additions and 70 deletions
|
|
@ -51,7 +51,7 @@ class CacheManagerTest extends TestCase
|
|||
tenancy()->init('bar.localhost');
|
||||
|
||||
$this->assertNotSame('bar', cache()->get('foo'));
|
||||
|
||||
|
||||
cache()->put('foo', 'xyz', 1);
|
||||
$this->assertSame('xyz', cache()->get('foo'));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue