From 2aeefdb4805ef2d9f1336662f7251aea8232d66f Mon Sep 17 00:00:00 2001 From: Jachim Coudenys Date: Tue, 10 Jul 2012 14:53:32 +0200 Subject: [PATCH] Removed the phpunit.xml line, unless you need customization --- README-DEV.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README-DEV.md b/README-DEV.md index 3d244015568..ef471eaa4da 100644 --- a/README-DEV.md +++ b/README-DEV.md @@ -34,7 +34,6 @@ To run tests: - Make sure you have a recent version of PHPUnit installed; 3.5.0 minimally. - Enter the `tests/` subdirectory. - - Copy the `phpunit.xml.dist` file to `phpunit.xml` - Execute PHPUnit, providing a path to a component directory for which you wish to run tests, or a specific test class file.