mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 06:53:15 +00:00
Remove User_Adapter
This commit is contained in:
@@ -17,8 +17,8 @@ class api_oauthv2_AccountTest extends \PhraseanetTestCase
|
||||
{
|
||||
$this->assertTrue(is_int($this->object->get_id()));
|
||||
|
||||
$this->assertInstanceOf('User_Adapter', $this->object->get_user());
|
||||
$this->assertEquals(self::$DI['user']->get_id(), $this->object->get_user()->get_id());
|
||||
$this->assertInstanceOf('Alchemy\Phrasea\Model\Entities\User', $this->object->get_user());
|
||||
$this->assertEquals(self::$DI['user']->getId(), $this->object->get_user()->getId());
|
||||
|
||||
$this->assertEquals('1.0', $this->object->get_api_version());
|
||||
|
||||
|
@@ -1,3 +1,4 @@
|
||||
|
||||
<?php
|
||||
|
||||
class api_oauthv2_AuthCodeTest extends \PhraseanetTestCase
|
||||
|
Reference in New Issue
Block a user