diff options
Diffstat (limited to 'ext/pdo_mysql/tests')
| -rw-r--r-- | ext/pdo_mysql/tests/bug63176.phpt | 4 | ||||
| -rw-r--r-- | ext/pdo_mysql/tests/config.inc | 2 | ||||
| -rw-r--r-- | ext/pdo_mysql/tests/pdo_mysql_get_attribute.phpt | 3 |
3 files changed, 4 insertions, 5 deletions
diff --git a/ext/pdo_mysql/tests/bug63176.phpt b/ext/pdo_mysql/tests/bug63176.phpt index ee928c093d..c5be644450 100644 --- a/ext/pdo_mysql/tests/bug63176.phpt +++ b/ext/pdo_mysql/tests/bug63176.phpt @@ -47,8 +47,8 @@ object(ModelA)#%d (1) { } object(ModelA)#%d (1) { ["db"]=> - object(PDO2)#%d (1) { - ["transLevel":protected]=> + object(PDO3)#%d (1) { + ["tomato":protected]=> NULL } } diff --git a/ext/pdo_mysql/tests/config.inc b/ext/pdo_mysql/tests/config.inc index 2530442c0e..f5ea020b78 100644 --- a/ext/pdo_mysql/tests/config.inc +++ b/ext/pdo_mysql/tests/config.inc @@ -49,4 +49,4 @@ if (!function_exists('sys_get_temp_dir')) { return FALSE; } } -?>
\ No newline at end of file +?> 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! |
