mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 06:53:15 +00:00
Delete references to API_OAuth2_Application class
This commit is contained in:
@@ -32,7 +32,7 @@ class api_oauthv2_AccountTest extends \PhraseanetTestCase
|
||||
|
||||
$this->assertInstanceOf('API_OAuth2_Token', $this->object->get_token());
|
||||
|
||||
$this->assertInstanceOf('API_OAuth2_Application', $this->object->get_application());
|
||||
$this->assertInstanceOf('ApiApplication', $this->object->get_application());
|
||||
$this->assertEquals(self::$DI['oauth2-app-user'], $this->object->get_application());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user