projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
444ea3c
)
Fix test: third parameter can be false.
author
Ulf Wendel
<uw@php.net>
Tue, 5 Oct 2010 14:41:08 +0000
(14:41 +0000)
committer
Ulf Wendel
<uw@php.net>
Tue, 5 Oct 2010 14:41:08 +0000
(14:41 +0000)
ext/pdo_mysql/tests/pdo_mysql_subclass.phpt
patch
|
blob
|
history
diff --git
a/ext/pdo_mysql/tests/pdo_mysql_subclass.phpt
b/ext/pdo_mysql/tests/pdo_mysql_subclass.phpt
index c83130d8defdbf8afeda42c4c7924645843b1546..3595631f041887abf6aefef094cd8a77dbc521f9 100644
(file)
--- a/
ext/pdo_mysql/tests/pdo_mysql_subclass.phpt
+++ b/
ext/pdo_mysql/tests/pdo_mysql_subclass.phpt
@@
-81,7
+81,7
@@
$db = MySQLPDOTest::factory();
$db->exec('DROP TABLE IF EXISTS test');
?>
--EXPECTF--
-__construct('%S', '%S',
'%S'
)
+__construct('%S', '%S',
%s
)
exec('DROP TABLE IF EXISTS test')
exec('CREATE TABLE test(id INT)')
exec('INSERT INTO test(id) VALUES (1), (2)')