From 839be59ac5a17655cbf919a942cd4d4e282de771 Mon Sep 17 00:00:00 2001 From: Jose Pabl Domingo Aramburo Sanchez Date: Thu, 16 Aug 2018 01:29:43 -0600 Subject: [PATCH] [fix] Middleware unloaded from tests One of the middlewares depends on settings and isn't correctly loaded in the tests --- api-payroll/tests/Functional/BaseTestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-payroll/tests/Functional/BaseTestCase.php b/api-payroll/tests/Functional/BaseTestCase.php index 095d8da..f65c41f 100644 --- a/api-payroll/tests/Functional/BaseTestCase.php +++ b/api-payroll/tests/Functional/BaseTestCase.php @@ -20,7 +20,7 @@ class BaseTestCase extends \PHPUnit_Framework_TestCase * * @var bool */ - protected $withMiddleware = true; + protected $withMiddleware = false; /** * Process the application given a request method and URI