Commit afb952cc authored by Ivan Chepurnyi's avatar Ivan Chepurnyi

! Fixed bug #71 Issue with assertLayoutFileExists

parent 90d05808
...@@ -139,7 +139,7 @@ class EcomDev_PHPUnit_Constraint_Config_Layout ...@@ -139,7 +139,7 @@ class EcomDev_PHPUnit_Constraint_Config_Layout
* *
* @return string * @return string
*/ */
protected function textLayoutDefition() protected function textLayoutDefinition()
{ {
$text = sprintf('file "%s" is defined in configuration for %s area', $this->_expectedValue, $this->_area); $text = sprintf('file "%s" is defined in configuration for %s area', $this->_expectedValue, $this->_area);
......
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