mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-07-31 19:30:21 +02:00
- Rewrite command line parsing code to support --opt val
- Add $php settings variable git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1555 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
@@ -98,7 +98,7 @@ foreach ($versions_to_test as $version) {
|
||||
//if (!$AC['disable-phpt']) {
|
||||
$test->addTestCase(
|
||||
new CliTestCase(
|
||||
$AC['php'] . " index.php --xml --php=\"$phpv $version\" --only-phpt",
|
||||
$AC['php'] . " index.php --xml --php \"$phpv $version\" --only-phpt",
|
||||
$AC['quiet'], $size
|
||||
)
|
||||
);
|
||||
|
Reference in New Issue
Block a user