fkooman\RemoteStorage\RemoteStorageClientStorageTest::testBasicOtherScheme PHP Method

testBasicOtherScheme() public method

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