From a33f959f475c1dc1f96c087e12392a6b8778732a Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Mon, 26 Nov 2018 13:01:49 +0100 Subject: [PATCH] fix tests --- .../Doctrine/Tests/DataCollector/DoctrineDataCollectorTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Bridge/Doctrine/Tests/DataCollector/DoctrineDataCollectorTest.php b/src/Symfony/Bridge/Doctrine/Tests/DataCollector/DoctrineDataCollectorTest.php index f29da9cfcbf8e..8e9abd618b690 100644 --- a/src/Symfony/Bridge/Doctrine/Tests/DataCollector/DoctrineDataCollectorTest.php +++ b/src/Symfony/Bridge/Doctrine/Tests/DataCollector/DoctrineDataCollectorTest.php @@ -153,7 +153,7 @@ public function paramProvider() 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; pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy