From 02889a1980340caaa4f2450c834da87fb675f848 Mon Sep 17 00:00:00 2001 From: SVN Migration Date: Fri, 10 Jun 2005 18:06:44 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'php_5_0_1b1'. --- ext/sqlite/tests/sqlite_011.phpt | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100755 ext/sqlite/tests/sqlite_011.phpt (limited to 'ext/sqlite/tests/sqlite_011.phpt') diff --git a/ext/sqlite/tests/sqlite_011.phpt b/ext/sqlite/tests/sqlite_011.phpt deleted file mode 100755 index 9c1bf3990f..0000000000 --- a/ext/sqlite/tests/sqlite_011.phpt +++ /dev/null @@ -1,34 +0,0 @@ ---TEST-- -sqlite: returned associative column names ---INI-- -sqlite.assoc_case=0 ---SKIPIF-- - ---FILE-- - ---EXPECT-- -array(6) { - ["foo.c1"]=> - string(1) "1" - ["foo.c2"]=> - string(1) "2" - ["foo.c3"]=> - string(1) "3" - ["bar.c1"]=> - string(1) "4" - ["bar.c2"]=> - string(1) "5" - ["bar.c3"]=> - string(1) "6" -} -- cgit v1.2.1