mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
Fix uniqueness PHPUnit tests
This commit is contained in:
@@ -44,7 +44,7 @@ class UniquenessConstraintTest extends ItopTestCase
|
||||
$this->assertEquals($bIsRuleShouldBeValid, $bRuleValidResult, "Validity test returned $bRuleValidResult");
|
||||
}
|
||||
|
||||
public function testUniquenessRuleValidityCheckProvider()
|
||||
public function uniquenessRuleValidityCheckProvider()
|
||||
{
|
||||
return array(
|
||||
'simplest rule' => array(true, false, array('attributes' => array('name'))),
|
||||
|
||||
Reference in New Issue
Block a user