From 5031ef9ff33cbec1f0d9125f6d2f68eb2fbdf54e Mon Sep 17 00:00:00 2001 From: Nafies Luthfi Date: Thu, 4 Apr 2019 15:14:25 +0800 Subject: [PATCH] Remove withoutMockingConsoleOutput method call --- tests/TestCase.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/TestCase.php b/tests/TestCase.php index 908462c..1972e6c 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -25,8 +25,6 @@ abstract class TestCase extends BaseTestCase $this->lang_name = snake_case($this->model_name); $this->collection_model_var_name = camel_case($this->plural_model_name); $this->single_model_var_name = camel_case($this->model_name); - - $this->withoutMockingConsoleOutput(); } public function tearDown()