From b8aae32c592feec8da01bcdf92348f43f7b1d8f1 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Mon, 14 Mar 2016 10:48:53 +0000 Subject: [PATCH] Add stats to domphptests git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2676 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- domphptests.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/domphptests.ini b/domphptests.ini index e52a6a2..50767ec 100644 --- a/domphptests.ini +++ b/domphptests.ini @@ -1,4 +1,5 @@ -time = true -color = true bootstrap = "Tests/autoload.php.dist" +color = true testfiles[] = "Tests/*Test.php" +statistics = true +time = true