1
0
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:
Stanislav Malyshev
2011-09-06 05:21:56 +00:00
parent 22fbe247e3
commit d465ee0565
+1 -1
View File
@@ -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')) {