Page MenuHomePhabricator

Make it possible to run a subset of the parser tests when using phpunit
Closed, DeclinedPublic

Description

It would be super useful if we can do something like make parser <specific file or extensions>

It is currently really cumbersome to develop and test phpunit based parser tests for extensions. Having this ability would be a nice improvement.

Event Timeline

Legoktm subscribed.

Now that parserTests.php and phpunit behave identically, you can use the former's filter option while developing and not have to worry about phpunit.