mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Fix tests
This commit is contained in:
@@ -16,7 +16,6 @@ class api_oauthv2_AccountTest extends \PhraseanetTestCase
|
||||
public function testGettersAndSetters()
|
||||
{
|
||||
$this->assertTrue(is_int($this->object->get_id()));
|
||||
|
||||
$this->assertInstanceOf('Alchemy\Phrasea\Model\Entities\User', $this->object->get_user());
|
||||
$this->assertEquals(self::$DI['user']->getId(), $this->object->get_user()->getId());
|
||||
|
||||
|
Reference in New Issue
Block a user