From 49c8cf9dd7c6d5622bfb90c139dd892c4f558b6a Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Fri, 23 Nov 2012 15:21:16 +0100 Subject: [PATCH] Updated phpunit.xml.dist docs --- phpunit.xml.dist | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 0003ffb..2bb3c87 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -10,11 +10,9 @@ - "phpunit framework/tests/filesystem/FolderTest.php": Run a single test - "phpunit coverage-html assets/": Generate coverage report (replace 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 -->