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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user