Fix ControllerTest
This commit is contained in:
parent
b6b4dad2ec
commit
2aac009a1e
4 changed files with 15 additions and 7 deletions
|
@ -9,6 +9,7 @@ namespace Alltube\Test;
|
|||
use Alltube\Config;
|
||||
use Alltube\Controller\DownloadController;
|
||||
use Alltube\Exception\ConfigException;
|
||||
use Alltube\Exception\DependencyException;
|
||||
use Alltube\Library\Exception\EmptyUrlException;
|
||||
use Alltube\Library\Exception\RemuxException;
|
||||
use Alltube\Library\Exception\YoutubedlException;
|
||||
|
@ -22,7 +23,7 @@ class DownloadControllerTest extends ControllerTest
|
|||
{
|
||||
/**
|
||||
* Prepare tests.
|
||||
* @throws ConfigException|SmartyException
|
||||
* @throws ConfigException|SmartyException|DependencyException
|
||||
*/
|
||||
protected function setUp(): void
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue