Don't infer parsoid-only parser tests based on presence of parsoid option.
authorC. Scott Ananian <cscott@cscott.net>
Tue, 4 Aug 2015 20:06:15 +0000 (16:06 -0400)
committerC. Scott Ananian <cscott@cscott.net>
Fri, 2 Nov 2018 20:41:40 +0000 (16:41 -0400)
commit5dd3012d916b2465d8bc2566491f505f92dcfd7c
treefb7b2ed25f70c92ac588c0d4dfc83c6e9e34c695
parent43b0016bd485da2aba2532b4bc25a89d4bc6f61d
Don't infer parsoid-only parser tests based on presence of parsoid option.

For historical reasons, we used a complicated test to try to determine
if a test is "parsoid only" based on the presence of the string "parsoid"
in the parser test options clause.  But really test clauses should be
marked up specifically as html/php or html/parsoid, we don't need to
play hacky games any more.  Remove some unnecessary code and simplify
the test logic.

Change-Id: Ia331e7e12a75aa19aeb96601712f169f2aa75bf9
tests/parser/ParserTestRunner.php
tests/parser/TestFileReader.php
tests/parser/parserTests.php
tests/parser/parserTests.txt