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