r108404 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108403‎ | r108404 | r108405 >
Date:12:47, 9 January 2012
Author:hashar
Status:ok (Comments)
Tags:
Comment:
tip to run parser tests

Follow r108358
Modified paths:
  • /trunk/phase3/tests/parser/README (added) (history)

Diff [purge]

Index: trunk/phase3/tests/parser/README
@@ -0,0 +1,8 @@
 2+Parser tests are run using our PHPUnit test suite in tests/phpunit:
 3+
 4+ $ cd tests/phpunit
 5+ ./phpunit.php --group Parser
 6+
 7+You can optionally filter by title using --regex. I.e. :
 8+
 9+ ./phpunit.php --group Parser --regex="Bug 6200"

Follow-up revisions

RevisionCommit summaryAuthorDate
r108409eolstyle follow r108404hashar13:41, 9 January 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r108358* Drop old parserTests.php way of running parser tests. You can run parser te...demon17:28, 8 January 2012

Comments

#Comment by 😂 (talk | contribs)   13:40, 9 January 2012

eol-style.

#Comment by Hashar (talk | contribs)   13:40, 9 January 2012

fix the pre commit hook? :D

Status & tagging log