put('foo', 'bar'); Tenancy::put('abc', 'xyz'); $this->assertSame('bar', Tenancy::get('foo')); $this->assertSame('xyz', Tenancy::get('abc')); } }