From: Dmitry Stogov Date: Mon, 19 May 2014 18:20:02 +0000 (+0400) Subject: Fixed test. The warning actually indicate a problem in master that we didn't repeat... X-Git-Tag: POST_PHPNG_MERGE~317^2~4^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b38bb265d440483b3465d30f2c12e7be3167ada4;p=php Fixed test. The warning actually indicate a problem in master that we didn't repeat in phpng. --- 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!