Skip to content

Commit 6ab32fe

Browse files
SakiTakamachicmb69
andcommitted
Added putenv into test
Co-authored-by: Christoph M. Becker <[email protected]>
1 parent 72cf32f commit 6ab32fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/pdo/tests/gh16703.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ PDOTest::skip();
1111
?>
1212
--FILE--
1313
<?php
14-
14+
if (getenv('REDIR_TEST_DIR') === false) putenv('REDIR_TEST_DIR='.__DIR__ . '/../../pdo/tests/');
1515
class TestStmt extends PDOStatement
1616
{
1717
public $name;

0 commit comments

Comments
 (0)