mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
MINOR Documentation for phpunit.xml.dist
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/branches/2.4@111491 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
ef8333a625
commit
73996de04b
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user