Fix unit tests

This commit is contained in:
Romain Neutron
2014-02-20 12:34:53 +01:00
parent ad34bfa854
commit 25073721c8
10 changed files with 49 additions and 47 deletions

View File

@@ -7,6 +7,7 @@ use Alchemy\Phrasea\Model\Entities\User;
class UserTest extends \PhraseanetTestCase
{
/** @var User */
private $user;
public function setUp()
@@ -140,7 +141,7 @@ class UserTest extends \PhraseanetTestCase
return [
[false],
[''],
[1],
[4],
['madame']
];
}