[fix] Middleware unloaded from tests

One of the middlewares depends on settings and isn't correctly loaded in the tests
This commit is contained in:
Jose Pabl Domingo Aramburo Sanchez 2018-08-16 01:29:43 -06:00
parent a05a602954
commit 839be59ac5

View File

@ -20,7 +20,7 @@ class BaseTestCase extends \PHPUnit_Framework_TestCase
* *
* @var bool * @var bool
*/ */
protected $withMiddleware = true; protected $withMiddleware = false;
/** /**
* Process the application given a request method and URI * Process the application given a request method and URI