Commit c19befe3 authored by Ivan Chepurnyi's avatar Ivan Chepurnyi

# Fix fatal erorr on JSON match

parent dd395703
...@@ -149,16 +149,6 @@ class EcomDev_PHPUnit_Constraint_Json extends EcomDev_PHPUnit_Constraint_Abstrac ...@@ -149,16 +149,6 @@ class EcomDev_PHPUnit_Constraint_Json extends EcomDev_PHPUnit_Constraint_Abstrac
return $string; return $string;
} }
/**
* Text representation of JSON string is valid assertion
*
* @return string
*/
protected function textValid()
{
return 'is valid JSON';
}
/** /**
* Custom failure description for showing json related errors * Custom failure description for showing json related errors
* (non-PHPdoc) * (non-PHPdoc)
......
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