Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lib
unicaen
auth
Commits
51ce8801
Commit
51ce8801
authored
Jul 10, 2013
by
Bertrand Gauthier
Browse files
Restauration ligne supprimée!
parent
1d060a74
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/UnicaenAuthTest/Entity/Ldap/PeopleAdapterTest.php
View file @
51ce8801
...
...
@@ -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
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment