Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/4074' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CrudTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public function testIllegalUpdate()
}
$this->getLDAP()->delete($dn);
if (!$exThrown) {
$this->fail('no exception thrown while illegaly updating entry');
$this->fail('no exception thrown while illegally updating entry');
}
} catch (Exception\LdapException $e) {
$this->fail($e->getMessage());
Expand Down

0 comments on commit 125f523

Please sign in to comment.