Updated phpunit.xml.dist docs

This commit is contained in:
Ingo Schommer 2012-11-23 15:21:16 +01:00
parent 6f8902c5f0
commit 49c8cf9dd7
1 changed files with 3 additions and 5 deletions

View File

@ -10,11 +10,9 @@
- "phpunit framework/tests/filesystem/FolderTest.php": Run a single test
- "phpunit <dash><dash>coverage-html assets/": Generate coverage report (replace <dash> with "-", requires xdebug)
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.
- framework/dev/TestRunner.php for an alternative way to run unit tests through the "sake" CLI tool.
More information:
- http://www.phpunit.de/manual/current/en/textui.html
- http://doc.silverstripe.org/framework/en/topics/testing/#configuration
-->
<phpunit bootstrap="framework/tests/bootstrap.php" colors="true">