From: Marcus Boerger Date: Thu, 3 Nov 2005 23:48:09 +0000 (+0000) Subject: - Fix test expectations - we are no detecting the error earlier X-Git-Tag: php-5.1.0RC5~57 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bf9a25d0bba726f033ac56c07c4bb253cb659c29;p=php - Fix test expectations - we are no detecting the error earlier # Unfortunatley we also lower the severity here because sqlite's error # facility is dealing with the problem at this early stage as E_WARNING. --- diff --git a/ext/sqlite/tests/sqlite_oo_030.phpt b/ext/sqlite/tests/sqlite_oo_030.phpt index 2155115974..95b91f61fc 100755 --- a/ext/sqlite/tests/sqlite_oo_030.phpt +++ b/ext/sqlite/tests/sqlite_oo_030.phpt @@ -39,4 +39,6 @@ NULL string(1) "1" string(3) "PHP" -Fatal error: Call to undefined method foo::bar("php")() in %ssqlite_oo_030.php on line %d +Warning: SQLiteDatabase::singleQuery(): function `foo::bar("PHP")' is not a function name in %ssqlite_oo_030.php on line %d +bool(false) +===DONE===