fix merge

This commit is contained in:
Nicolas Grekas 2018-11-26 12:45:21 +01:00
parent 9dc9d7e0b7
commit 4a717266c6
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ class DoctrineDataCollectorTest extends TestCase
if (version_compare(Version::VERSION, '2.6', '>=')) {
$tests[] = array('this is not a date', array('date'), 'this is not a date', false);
$tests[] = array(new \stdClass(), array('date'), 'Object(stdClass)', false);
$tests[] = array(new \stdClass(), array('date'), '/* Object(stdClass) */', false);
}
return $tests;