Ejemplo n.º 1
0
 /**
  * @covers OAuth2\Client::auth_code()
  */
 public function testAuthCodeInstatiation()
 {
     // auth_code() should instantiate a AuthCode strategy with this client
     $this->assertInstanceOf("\\OAuth2\\Strategy\\AuthCode", $this->client->authCode());
 }