From: Dmitry Stogov Date: Tue, 20 May 2014 09:47:10 +0000 (+0400) Subject: Fixed wrong test (see https://bugs.php.net/bug.php?id=67307) X-Git-Tag: POST_PHPNG_MERGE~317^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf4d43e45bfde4fe078ef6c07dae796a04f446df;p=php Fixed wrong test (see https://bugs.php.net/bug.php?id=67307) --- diff --git a/ext/pdo_sqlite/tests/bug43831.phpt b/ext/pdo_sqlite/tests/bug43831.phpt index 2746e7c178..4620559da4 100644 --- a/ext/pdo_sqlite/tests/bug43831.phpt +++ b/ext/pdo_sqlite/tests/bug43831.phpt @@ -44,7 +44,7 @@ var_dump($bar); --EXPECTF-- Bar Bar -object(MyPDO)#%d (0) { +object(PDO)#%d (0) { } object(MyPDO)#%d (0) { }