Session middleware #24

Merged
PootisPenserHere merged 4 commits from sessionMiddleware into master 2018-08-16 10:32:11 +00:00
Showing only changes of commit 839be59ac5 - Show all commits

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