mirror of
https://github.com/php/php-src.git
synced 2026-04-29 19:23:22 +02:00
fix redirect when test run from different places
This commit is contained in:
@@ -8,7 +8,7 @@ if (!extension_loaded('pdo') || !extension_loaded('pdo_mysql')) print 'skip not
|
||||
# magic auto-configuration
|
||||
|
||||
$config = array(
|
||||
'TESTS' => 'ext/pdo/tests'
|
||||
'TESTS' => __DIR__.'/ext/pdo/tests'
|
||||
);
|
||||
|
||||
if (false !== getenv('PDO_MYSQL_TEST_DSN')) {
|
||||
|
||||
Reference in New Issue
Block a user