summaryrefslogtreecommitdiff
path: root/ext/sqlite3
diff options
context:
space:
mode:
authorZoe Slattery <zoe@php.net>2009-07-17 09:28:19 +0000
committerZoe Slattery <zoe@php.net>2009-07-17 09:28:19 +0000
commit4e0b75042aefb312a2a7e6d4187e0279c83825fa (patch)
treeb7468df79d07392f2c8dfe53ee92b82600db7f8e /ext/sqlite3
parent6917639217f6342c5eab94ad4a5cdb84bb731479 (diff)
downloadphp-git-4e0b75042aefb312a2a7e6d4187e0279c83825fa.tar.gz
fix tests
Diffstat (limited to 'ext/sqlite3')
-rw-r--r--ext/sqlite3/tests/sqlite3_32_createAggregate_paramCount.phpt2
-rw-r--r--ext/sqlite3/tests/sqlite3_33_createAggregate_notcallable.phpt2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/sqlite3/tests/sqlite3_32_createAggregate_paramCount.phpt b/ext/sqlite3/tests/sqlite3_32_createAggregate_paramCount.phpt
index 47139cd7dc..8a05c57531 100644
--- a/ext/sqlite3/tests/sqlite3_32_createAggregate_paramCount.phpt
+++ b/ext/sqlite3/tests/sqlite3_32_createAggregate_paramCount.phpt
@@ -1,6 +1,6 @@
--TEST--
SQLite3::createAggregate Test that an error is thrown when no parameters are present
---CREDIT--
+--CREDITS--
James Cauwelier
# Belgium PHP TestFest
--SKIPIF--
diff --git a/ext/sqlite3/tests/sqlite3_33_createAggregate_notcallable.phpt b/ext/sqlite3/tests/sqlite3_33_createAggregate_notcallable.phpt
index 137b969770..7a1bb2831a 100644
--- a/ext/sqlite3/tests/sqlite3_33_createAggregate_notcallable.phpt
+++ b/ext/sqlite3/tests/sqlite3_33_createAggregate_notcallable.phpt
@@ -1,6 +1,6 @@
--TEST--
SQLite3::createAggregate() Test whether a supplied PHP function is valid when using in an aggregate function
---CREDIT--
+--CREDITS--
James Cauwelier
# Belgium PHP TestFest (2009)
--SKIPIF--