From b38bb265d440483b3465d30f2c12e7be3167ada4 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Mon, 19 May 2014 22:20:02 +0400 Subject: [PATCH] Fixed test. The warning actually indicate a problem in master that we didn't repeat in phpng. --- ext/pdo_mysql/tests/pdo_mysql_get_attribute.phpt | 3 +-- 1 file changed, 1 insertion(+), 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! -- 2.50.1