Fixed FormDataExtractorTest_SimpleValueExporter::exportValue not implementing the interface correctly

This commit is contained in:
Charles Sarrazin 2014-05-16 13:59:23 +02:00
parent e4fa5d8cc3
commit 7b5857ca61

View File

@ -25,7 +25,7 @@ class FormDataExtractorTest_SimpleValueExporter extends ValueExporter
/**
* {@inheritdoc}
*/
public function exportValue($value)
public function exportValue($value, $depth = 1, $deep = false)
{
return var_export($value, true);
}