Commit e88f57d3 authored by Fabian Blechschmidt's avatar Fabian Blechschmidt

FIXES Exception : Strict Notice: Declaration of...

FIXES Exception : Strict Notice: Declaration of EcomDev_PHPUnit_Constraint_Layout_Block_Property::getActualValue() should be compatible with EcomDev_PHPUnit_Constraint_Layout_Abstract::getActualValue($other = NULL)  in lib/EcomDev/PHPUnit/Constraint/Layout/Block/Property.php on line 80
parent bfa5970e
......@@ -81,7 +81,7 @@ class EcomDev_PHPUnit_Constraint_Layout_Block_Property
* (non-PHPdoc)
* @see EcomDev_PHPUnit_ConstraintAbstract::getActualValue()
*/
protected function getActualValue($other)
protected function getActualValue($other = null)
{
if ($this->_useActualValue) {
if ($this->_actualValue instanceof Varien_Object) {
......
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