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