Commit 07d89667 authored by Ivan Chepurnyi's avatar Ivan Chepurnyi

! Fix configuration node

parent 585b8938
...@@ -286,7 +286,7 @@ class EcomDev_PHPUnit_Constraint_Config_Node ...@@ -286,7 +286,7 @@ class EcomDev_PHPUnit_Constraint_Config_Node
* *
* @return string * @return string
*/ */
protected function textContainValue() protected function textContainValues()
{ {
return sprintf('contains "%s" in comma separated value list', return sprintf('contains "%s" in comma separated value list',
PHPUnit_Util_Type::export($this->_expectedValue)); PHPUnit_Util_Type::export($this->_expectedValue));
......
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