diff options
Diffstat (limited to 'ext/pdo_sqlite/tests')
-rw-r--r-- | ext/pdo_sqlite/tests/bug43831.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
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) { } |