Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
pebosi committed Apr 5, 2013
1 parent c144eb6 commit e71153c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/PHPUnit/Plugins/UsersManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ public function testAddUserWrongPassword($userLogin, $password, $email, $alias)
public function getWrongEmailTestData()
{
return array(
array("geggeqgeqag", "geqgeagae", "alias"),
array("geggeqgeqag", "geqgeagae", "@email.com", "alias"),
array("geggeqgeqag", "geqgeagae", "[email protected]", "alias"),
array("geggeqgeqag", "geqgeagae", "email@4.", "alias"),
Expand Down

0 comments on commit e71153c

Please sign in to comment.