diff options
author | Dmitry Stogov <dmitry@zend.com> | 2014-05-19 22:20:02 +0400 |
---|---|---|
committer | Dmitry Stogov <dmitry@zend.com> | 2014-05-19 22:20:02 +0400 |
commit | b38bb265d440483b3465d30f2c12e7be3167ada4 (patch) | |
tree | c23988ba25d67ec084b9ced59101757ed08f99a8 | |
parent | 78e4f03c22de421832b5e20520543660f716f3af (diff) | |
download | php-git-b38bb265d440483b3465d30f2c12e7be3167ada4.tar.gz |
Fixed test. The warning actually indicate a problem in master that we didn't repeat in phpng.
-rw-r--r-- | ext/pdo_mysql/tests/pdo_mysql_get_attribute.phpt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/pdo_mysql/tests/pdo_mysql_get_attribute.phpt b/ext/pdo_mysql/tests/pdo_mysql_get_attribute.phpt index c992d3acf9..49bd5551ac 100644 --- a/ext/pdo_mysql/tests/pdo_mysql_get_attribute.phpt +++ b/ext/pdo_mysql/tests/pdo_mysql_get_attribute.phpt @@ -102,5 +102,4 @@ require dirname(__FILE__) . '/mysql_pdo_test.inc'; MySQLPDOTest::dropTestTable(); ?> --EXPECTF-- -[001] Call to PDO::setAttribute(int attribute, mixed value) has changed the type of value from integer to boolean, test will not work properly -done!
\ No newline at end of file +done! |