From 2171b55bf90279ca9954eae8807948179c29108b Mon Sep 17 00:00:00 2001 From: Antonio Carlos Ribeiro Date: Wed, 18 Mar 2020 10:15:15 +0100 Subject: [PATCH] Prevent phpunit from showing .blade.php stub files on terminal --- phpunit.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index 87a234d24..ef8073038 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -7,8 +7,8 @@ convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" - stopOnError="false" - stopOnFailure="false" + stopOnError="true" + stopOnFailure="true" verbose="true" > @@ -17,8 +17,11 @@ - + ./src + + ./tests +