Skip to content

Commit

Permalink
MINOR Documentation for phpunit.xml.dist
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/branches/2.4@111491 467b73ca-7a2a-4603-9d3b-597d59a354a9
  • Loading branch information
ischommer authored and Sam Minnee committed Feb 2, 2011
1 parent ef8333a commit 73996de
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@
- "phpunit sapphire/tests/filesystem/FolderTest.php": Run a single test
- "phpunit <dash><dash>coverage-html assets/": Generate coverage report (replace <dash> with "-", requires xdebug)
See http://www.phpunit.de/manual/current/en/textui.html for more commandline options.
Note: Doesn't regard _manifest_exclude flags in folders.
Customize these settings by creating your own "phpunit.xml".
See sapphire/dev/TestRunner.php for an alternative way to run unit tests
through the "sake" CLI tool.
Further information:
- http://www.phpunit.de/manual/current/en/textui.html for more commandline options.
- http://github.com/chillu/silverstripe-doc-restructuring/blob/master/master/cms/docs/en/howto/phpunit-configuration.md
for more information on configuration and execution options.
- sapphire/dev/TestRunner.php for an alternative way to run unit tests through the "sake" CLI tool.
-->
<phpunit
bootstrap="/sapphire/tests/bootstrap.php"
Expand Down

0 comments on commit 73996de

Please sign in to comment.