Added unit tests for middleware

This commit is contained in:
Frederic Guillot
2016-05-15 20:56:01 -04:00
parent 8a6f02735b
commit 4eaab1f6da
7 changed files with 293 additions and 6 deletions

View File

@@ -94,7 +94,7 @@ class Helper
{
$container = $this->container;
$this->helpers[$property] = function() use($className, $container) {
$this->helpers[$property] = function() use ($className, $container) {
return new $className($container);
};