Commit 7ff0baed authored by Ivan Chepurnyi's avatar Ivan Chepurnyi

! Fix issue with empty failure messages

parent 1fd79035
...@@ -36,7 +36,7 @@ class EcomDev_PHPUnit_Constraint_Exception extends PHPUnit_Framework_Expectation ...@@ -36,7 +36,7 @@ class EcomDev_PHPUnit_Constraint_Exception extends PHPUnit_Framework_Expectation
$diff = null; $diff = null;
} }
parent::__construct($message, $diff); parent::__construct($description, $diff);
} }
public function toString() public function 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