Fix ControllerTest

This commit is contained in:
Pierre Rudloff 2020-07-15 23:23:14 +02:00
parent b6b4dad2ec
commit 2aac009a1e
4 changed files with 15 additions and 7 deletions

View file

@ -9,6 +9,7 @@ namespace Alltube\Test;
use Alltube\Config;
use Alltube\Controller\FrontController;
use Alltube\Exception\ConfigException;
use Alltube\Exception\DependencyException;
use Alltube\Library\Exception\AlltubeLibraryException;
use Exception;
use Slim\Http\Environment;
@ -28,7 +29,7 @@ class FrontControllerTest extends ControllerTest
/**
* Prepare tests.
* @throws ConfigException|SmartyException
* @throws ConfigException|SmartyException|DependencyException
*/
protected function setUp(): void
{