Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit 68f2255

Browse files
committed
Lint
1 parent 342b8c4 commit 68f2255

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

tests/ControllerTest.php

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
use Alltube\Factory\LocaleManagerFactory;
1616
use Alltube\Factory\SessionFactory;
1717
use Alltube\Factory\ViewFactory;
18-
use Alltube\LocaleManager;
1918
use Psr\Log\NullLogger;
2019
use Slim\Container;
2120
use Slim\Http\Environment;

tests/FrontControllerTest.php

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
use Alltube\Controller\FrontController;
1010
use Alltube\Exception\ConfigException;
11+
use Alltube\Exception\DependencyException;
1112
use Alltube\Library\Exception\AlltubeLibraryException;
1213
use Exception;
1314
use Slim\Http\Environment;
@@ -28,6 +29,7 @@ class FrontControllerTest extends ControllerTest
2829
/**
2930
* Prepare tests.
3031
* @throws ConfigException|SmartyException
32+
* @throws DependencyException
3133
*/
3234
protected function setUp(): void
3335
{

tests/JsonControllerTest.php

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
use Alltube\Controller\JsonController;
1010
use Alltube\Exception\ConfigException;
11+
use Alltube\Exception\DependencyException;
1112
use Alltube\Library\Exception\YoutubedlException;
1213
use SmartyException;
1314

@@ -19,6 +20,7 @@ class JsonControllerTest extends ControllerTest
1920
/**
2021
* Prepare tests.
2122
* @throws ConfigException|SmartyException
23+
* @throws DependencyException
2224
*/
2325
protected function setUp(): void
2426
{

0 commit comments

Comments
 (0)