public function testBasicOtherScheme() { $r = new RemoteStorageClientStorage(); $client = $r->getClient('app://callback', 'token', 'app://callback/bar', 'foo bar'); $this->assertEquals('app://callback', $client->getClientId()); }