X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fparser%2FparserTests.php;h=19d56844aefeb5620dd48b1b643389208b5f592c;hb=8b22883a66bcc7d54be7acb9898defa545751f86;hp=c01b4163114f8c33bf61d60bb5cfc2ee114c818f;hpb=cd5372409f5e93f8c93f2a8c7b32d8828f059321;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/parser/parserTests.php b/tests/parser/parserTests.php index c01b416311..19d56844ae 100644 --- a/tests/parser/parserTests.php +++ b/tests/parser/parserTests.php @@ -61,9 +61,8 @@ class ParserTestsMaintenance extends Maintenance { 'conjunction with --keep-uploads. Causes a real (non-mock) file backend to ' . 'be used.', false, true ); $this->addOption( 'run-disabled', 'run disabled tests' ); - $this->addOption( 'run-parsoid', 'run parsoid tests (normally disabled)' ); $this->addOption( 'disable-save-parse', 'Don\'t run the parser when ' . - 'inserting articles into the database' ); + 'inserting articles into the database' ); $this->addOption( 'dwdiff', 'Use dwdiff to display diff output' ); $this->addOption( 'mark-ws', 'Mark whitespace in diffs by replacing it with symbols' ); $this->addOption( 'norm', 'Apply a comma-separated list of normalization functions to ' . @@ -181,7 +180,6 @@ class ParserTestsMaintenance extends Maintenance { 'regex' => $regex, 'keep-uploads' => $this->hasOption( 'keep-uploads' ), 'run-disabled' => $this->hasOption( 'run-disabled' ), - 'run-parsoid' => $this->hasOption( 'run-parsoid' ), 'disable-save-parse' => $this->hasOption( 'disable-save-parse' ), 'use-tidy-config' => $this->hasOption( 'use-tidy-config' ), 'file-backend' => $this->getOption( 'file-backend' ),