Skip to content

Commit

Permalink
Test tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
diosmosis committed Jan 27, 2015
1 parent 003d4ea commit f260a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Integration/AuthenticationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function test_LdapAuth_AuthenticatesUser_WithCorrectCredentials_AndSubBas
$client = new Client();
$client->connect(Config::getInstance()->LoginLdap_testserver['hostname']);
$client->bind("cn=fury,dc=avengers,dc=shield,dc=org", 'secrets');
$available = $client->fetchAll('dc=shield,dc=org', "(objectClass=*)");
$available = $client->fetchAll('dc=avengers,dc=shield,dc=org', "(objectClass=*)");

echo print_r($available, true);
@ob_flush();
Expand Down

0 comments on commit f260a59

Please sign in to comment.