1
0
Fork 0

Merge pull request #5126 from DavidPrevot/equals

Fix method name
pull/5129/head
Jordi Boggiano 2016-03-29 09:53:57 +02:00
commit e8b1a5f357
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ class RuleSetTest extends TestCase
->method('getHash')
->will($this->returnValue('rule_1_hash'));
$rule3->expects($this->any())
->method('equal')
->method('equals')
->will($this->returnValue(false));
$ruleSet->add($rule, RuleSet::TYPE_LEARNED);