Skip to content

Commit fcb692a

Browse files
author
Sander Roobol
committed
Made the tests (and not only run-tests.php) actually use php.ini-dist, and
removed unused php.ini file.
1 parent c0736d6 commit fcb692a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

run-tests.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
if(realpath(get_cfg_var('cfg_file_path')) != $php_ini) {
100100
error("php.ini-dist was not used!");
101101
}
102+
$php .= " -c $php_ini";
102103

103104
// Determine the tests to be run.
104105

tests/php.ini

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)