1
0
mirror of https://github.com/php/php-src.git synced 2026-04-04 22:52:40 +02:00

Skip float truncation test under libmysql

We don't return native types for libmysql, so this test doesn't
make sense.
This commit is contained in:
Nikita Popov
2021-05-17 10:25:52 +02:00
parent f0858d891f
commit a39edab96e

View File

@@ -6,6 +6,7 @@ require_once(__DIR__ . DIRECTORY_SEPARATOR . 'skipif.inc');
require_once(__DIR__ . DIRECTORY_SEPARATOR . 'mysql_pdo_test.inc');
MySQLPDOTest::skip();
if (!setlocale(LC_ALL, 'de_DE', 'de-DE')) die('skip German locale not available');
if (!MySQLPDOTest::isPDOMySQLnd()) die('skip libmysql returns result as string');
?>
--FILE--
<?php