mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Fix typo
This commit is contained in:
@@ -21,7 +21,7 @@ class NewEmailTest extends \PhraseanetPHPUnitAbstract
|
|||||||
public function testNullIsNotAlreadyRegistered()
|
public function testNullIsNotAlreadyRegistered()
|
||||||
{
|
{
|
||||||
$constraint = new NewEmail(self::$DI['app']);
|
$constraint = new NewEmail(self::$DI['app']);
|
||||||
$this->assertFalse($constraint->isAlreadyRegistered('null'));
|
$this->assertFalse($constraint->isAlreadyRegistered(null));
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testBlankIsNotAlreadyRegistered()
|
public function testBlankIsNotAlreadyRegistered()
|
||||||
|
Reference in New Issue
Block a user