diff options
| author | Dmitry Stogov <dmitry@zend.com> | 2014-05-20 13:47:10 +0400 |
|---|---|---|
| committer | Dmitry Stogov <dmitry@zend.com> | 2014-05-20 13:47:10 +0400 |
| commit | cf4d43e45bfde4fe078ef6c07dae796a04f446df (patch) | |
| tree | ea1970b889ca121033cc01617fea304d5c7cd6b8 /ext | |
| parent | b5af9e85992c74fa1e375767423ab43cdaf52fa2 (diff) | |
| download | php-git-cf4d43e45bfde4fe078ef6c07dae796a04f446df.tar.gz | |
Fixed wrong test (see https://bugs.php.net/bug.php?id=67307)
Diffstat (limited to 'ext')
| -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) { } |
