[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:
parent
a05a602954
commit
839be59ac5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user