tolerant-php-parser icon indicating copy to clipboard operation
tolerant-php-parser copied to clipboard

testing: skipped.json should indicate the directory of the test case that is skipped

Open TysonAndre opened this issue 7 years ago • 0 comments
trafficstars

One way to fix this would be to have tests/cases/grammar/skipped.json and tests/cases/lexical/skipped.json, and have the corresponding test cases load the corresponding skipped files.

Example: tests/skipped.json currently contains stringLiteral16.php. This skips tests/cases/lexical/stringLiteral16.php.

However, if a developer were to add tests/cases/grammar/stringLiteral16.php, that would also be unintentionally skipped right now, which would be surprising.

TysonAndre avatar Feb 12 '18 03:02 TysonAndre