Missing property

This commit is contained in:
Pierre Rudloff 2017-11-12 16:39:56 +01:00
parent 31576056c7
commit 3f325ddaae
2 changed files with 8 additions and 0 deletions

View file

@ -7,6 +7,7 @@ namespace Alltube\Controller;
use Alltube\Config;
use Alltube\Locale;
use Alltube\LocaleManager;
use Alltube\PasswordException;
use Alltube\VideoDownload;
use Psr\Container\ContainerInterface;

View file

@ -26,6 +26,13 @@ class LocaleMiddlewareTest extends TestCase
*/
private $middleware;
/**
* Slim dependency container.
*
* @var Container
*/
private $container;
/**
* Prepare tests.
*/