From d1e2b8c9f04f86341f0053fd74c560c3b1a5deec Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Fri, 17 Nov 2017 18:55:40 +0100 Subject: [PATCH] Fixed some issues in PHPUnit XML config examples --- testing.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testing.rst b/testing.rst index a73f4e20a88..284c14ceaed 100644 --- a/testing.rst +++ b/testing.rst @@ -882,11 +882,11 @@ configuration adds tests from a custom ``lib/tests`` directory: - + ../lib/tests - + To include other directories in the code coverage, also edit the ```` @@ -907,7 +907,7 @@ section: - + Learn more