This repository was archived by the owner on Apr 22, 2023. It is now read-only.
File tree 3 files changed +4
-1
lines changed
3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 15
15
use Alltube \Factory \LocaleManagerFactory ;
16
16
use Alltube \Factory \SessionFactory ;
17
17
use Alltube \Factory \ViewFactory ;
18
- use Alltube \LocaleManager ;
19
18
use Psr \Log \NullLogger ;
20
19
use Slim \Container ;
21
20
use Slim \Http \Environment ;
Original file line number Diff line number Diff line change 8
8
9
9
use Alltube \Controller \FrontController ;
10
10
use Alltube \Exception \ConfigException ;
11
+ use Alltube \Exception \DependencyException ;
11
12
use Alltube \Library \Exception \AlltubeLibraryException ;
12
13
use Exception ;
13
14
use Slim \Http \Environment ;
@@ -28,6 +29,7 @@ class FrontControllerTest extends ControllerTest
28
29
/**
29
30
* Prepare tests.
30
31
* @throws ConfigException|SmartyException
32
+ * @throws DependencyException
31
33
*/
32
34
protected function setUp (): void
33
35
{
Original file line number Diff line number Diff line change 8
8
9
9
use Alltube \Controller \JsonController ;
10
10
use Alltube \Exception \ConfigException ;
11
+ use Alltube \Exception \DependencyException ;
11
12
use Alltube \Library \Exception \YoutubedlException ;
12
13
use SmartyException ;
13
14
@@ -19,6 +20,7 @@ class JsonControllerTest extends ControllerTest
19
20
/**
20
21
* Prepare tests.
21
22
* @throws ConfigException|SmartyException
23
+ * @throws DependencyException
22
24
*/
23
25
protected function setUp (): void
24
26
{
You can’t perform that action at this time.
0 commit comments