Missing property
This commit is contained in:
parent
31576056c7
commit
3f325ddaae
2 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||
|
|
|
@ -26,6 +26,13 @@ class LocaleMiddlewareTest extends TestCase
|
|||
*/
|
||||
private $middleware;
|
||||
|
||||
/**
|
||||
* Slim dependency container.
|
||||
*
|
||||
* @var Container
|
||||
*/
|
||||
private $container;
|
||||
|
||||
/**
|
||||
* Prepare tests.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue