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
f5c873f6
Commit
f5c873f6
authored
Jul 08, 2013
by
Bertrand Gauthier
Browse files
Renommage méthode.
parent
8a3ac33b
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/UnicaenAuthTest/Entity/Ldap/PeopleAdapterTest.php
View file @
f5c873f6
...
...
@@ -33,7 +33,7 @@ class PeopleAdapterTest extends \PHPUnit_Framework_TestCase
$this
->
assertEquals
(
$id
,
$this
->
entity
->
getId
());
}
public
function
test
Construtor
ReturnsLdapUidAsDefault
UserId
()
public
function
test
GettingId
ReturnsLdapUidAsDefault
Value
()
{
$entity
=
new
PeopleAdapter
(
PeopleTestAsset
::
$data1
);
$this
->
assertEquals
(
PeopleTestAsset
::
$data1
[
'uid'
],
$entity
->
getId
());
...
...
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