From 73996de04b1b1bb56ede79074028847ad68fbbe7 Mon Sep 17 00:00:00 2001 From: ischommer Date: Sat, 2 Oct 2010 05:31:18 +0000 Subject: [PATCH] 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 --- phpunit.xml.dist | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 9bcf126..d0d294e 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -6,13 +6,11 @@ - "phpunit sapphire/tests/filesystem/FolderTest.php": Run a single test - "phpunit coverage-html assets/": Generate coverage report (replace 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. -->