Commit 923d1c4a authored by Ivan Chepurnyi's avatar Ivan Chepurnyi

! Fix module config node compatibility with PHPUnit 3.6

parent 6decd776
...@@ -219,10 +219,10 @@ class EcomDev_PHPUnit_Constraint_Config_Module ...@@ -219,10 +219,10 @@ class EcomDev_PHPUnit_Constraint_Config_Module
* (non-PHPdoc) * (non-PHPdoc)
* @see PHPUnit_Framework_Constraint::customFailureDescription() * @see PHPUnit_Framework_Constraint::customFailureDescription()
*/ */
protected function customFailureDescription($other, $description, $not) protected function customFailureDescription($other)
{ {
return sprintf( return sprintf(
'%s module %s.', $this->_moduleName, $this->toString() '%s module %s.', $this->_expectedValue, $this->toString()
); );
} }
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment