Adressed PR comment's

Fix tests

Add dot at end of senetences

Fix typo
This commit is contained in:
Nicolas Le Goff
2013-06-12 19:21:01 +02:00
parent 853477177b
commit f30bca91a9
17 changed files with 55 additions and 57 deletions

View File

@@ -475,7 +475,6 @@ class AccountTest extends \PhraseanetWebTestCaseAuthenticatedAbstract
{
return array(
array(\random::generatePassword(), 'password', 'not_identical_password'),
array(\random::generatePassword(), "invalid\n", "invalid\n"),
);
}
}