Browse Source

Fixed wrong test (see https://bugs.php.net/bug.php?id=67307)

pull/686/head
Dmitry Stogov 12 years ago
parent
commit
cf4d43e45b
  1. 2
      ext/pdo_sqlite/tests/bug43831.phpt

2
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) {
}

Loading…
Cancel
Save