mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
Fix skipifs
This commit is contained in:
parent
0a8e670b15
commit
8e23ee53bf
2 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,8 @@ MySQL PDO->__construct(), options
|
|||
--SKIPIF--
|
||||
<?php
|
||||
require_once(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'skipif.inc');
|
||||
require_once(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'mysql_pdo_test.inc');
|
||||
MySQLPDOTest::skip();
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
|
|
@ -4,6 +4,7 @@ MySQL PDO class interface
|
|||
<?php
|
||||
require_once(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'skipif.inc');
|
||||
require_once(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'mysql_pdo_test.inc');
|
||||
MySQLPDOTest::skip();
|
||||
$db = MySQLPDOTest::factory();
|
||||
if (false == MySQLPDOTest::detect_transactional_mysql_engine($db))
|
||||
die("skip Transactional engine not found");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue