From d465ee0565bf277ca6f62ce6f097d73b6a102c1e Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Tue, 6 Sep 2011 05:21:56 +0000 Subject: [PATCH] fix redirect when test run from different places --- ext/pdo_mysql/tests/common.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/pdo_mysql/tests/common.phpt b/ext/pdo_mysql/tests/common.phpt index 8179454cf7..f55d1f883b 100644 --- a/ext/pdo_mysql/tests/common.phpt +++ b/ext/pdo_mysql/tests/common.phpt @@ -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')) { -- 2.50.1