From 653827fa17d6fc8ef537fd97f346a85d1e3c0d8a Mon Sep 17 00:00:00 2001 From: Irfan Date: Wed, 17 Jul 2019 05:39:12 +0500 Subject: [PATCH] updates --- phpunit.xml | 6 ++++-- storage/framework/cache/data/.gitignore | 2 -- 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100755 storage/framework/cache/data/.gitignore diff --git a/phpunit.xml b/phpunit.xml index 1bda1fe..69af652 100755 --- a/phpunit.xml +++ b/phpunit.xml @@ -7,8 +7,10 @@ convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" + stopOnError="false" stopOnFailure="false" - syntaxCheck="false"> + verbose="true" +> ./tests @@ -21,7 +23,7 @@ - + diff --git a/storage/framework/cache/data/.gitignore b/storage/framework/cache/data/.gitignore deleted file mode 100755 index d6b7ef3..0000000 --- a/storage/framework/cache/data/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -* -!.gitignore