From bf9a25d0bba726f033ac56c07c4bb253cb659c29 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Thu, 3 Nov 2005 23:48:09 +0000 Subject: - 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. --- ext/sqlite/tests/sqlite_oo_030.phpt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ext/sqlite') 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=== -- cgit v1.2.1