Skip to content
Snippets Groups Projects
Commit 51ce8801 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Restauration ligne supprimée!

parent 1d060a74
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,8 @@ class PeopleAdapterTest extends \PHPUnit_Framework_TestCase
public function testConstrutorSetsSpecifiedUserId()
{
$this->assertEquals($id, $this->entity->getId());
$entity = new PeopleAdapter(PeopleTestAsset::$data1, $id = 12);
$this->assertEquals($id, $entity->getId());
}
public function testGettingIdReturnsLdapUidAsDefaultValue()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment