mirror of
https://github.com/php/pecl-database-mysql_xdevapi.git
synced 2026-04-27 17:03:39 +02:00
22 lines
353 B
PHP
22 lines
353 B
PHP
--TEST--
|
|
mysqlx elapsed connection timeout with explicit timeout given
|
|
--SKIPIF--
|
|
--INI--
|
|
error_reporting=E_ALL
|
|
--FILE--
|
|
<?php
|
|
require_once(__DIR__."/timeout_utils.inc");
|
|
|
|
test_elapsed_timeout(4, __FILE__);
|
|
|
|
verify_expectations();
|
|
print "done!\n";
|
|
?>
|
|
--CLEAN--
|
|
<?php
|
|
require_once(__DIR__."/timeout_utils.inc");
|
|
clean_test_db();
|
|
?>
|
|
--EXPECTF--
|
|
done!%A
|