From: David Coallier Date: Mon, 10 Nov 2008 12:40:23 +0000 (+0000) Subject: - Adjusted test to make sure it reflects the behavior of the method X-Git-Tag: BEFORE_NS_RULES_CHANGE~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d2c1047241ac296d331a55d93c2bbf11abb71eda;p=php - Adjusted test to make sure it reflects the behavior of the method --- diff --git a/ext/pdo_mysql/tests/pdo_mysql_attr_init_command.phpt b/ext/pdo_mysql/tests/pdo_mysql_attr_init_command.phpt index 6b13465416..1d66b9d997 100644 --- a/ext/pdo_mysql/tests/pdo_mysql_attr_init_command.phpt +++ b/ext/pdo_mysql/tests/pdo_mysql_attr_init_command.phpt @@ -35,11 +35,16 @@ error_reporting=E_ALL $db->exec(sprintf('DROP TABLE IF EXISTS %s', $table)); print "done!\n"; +?> --EXPECTF-- string(58) "CREATE TABLE test_%s(id INT)" array(1) { [0]=> string(5) "00000" + [1]=> + NULL + [2]=> + NULL } array(1) { [0]=> @@ -48,4 +53,4 @@ array(1) { string(1) "1" } } -done! \ No newline at end of file +done!