This commit is contained in:
Pierre Rudloff 2020-05-13 21:33:05 +02:00
parent 71d49ad74f
commit bc695cfa15
15 changed files with 82 additions and 26 deletions

View file

@ -19,6 +19,7 @@ class FrontControllerTest extends ControllerTest
{
/**
* Prepare tests.
* @throws Exception
*/
protected function setUp(): void
{
@ -41,6 +42,7 @@ class FrontControllerTest extends ControllerTest
* Test the constructor with streams enabled.
*
* @return void
* @throws Exception
*/
public function testConstructorWithStream()
{
@ -120,6 +122,7 @@ class FrontControllerTest extends ControllerTest
*
* @return void
* @requires download
* @throws Exception
*/
public function testInfoWithAudio()
{
@ -136,6 +139,7 @@ class FrontControllerTest extends ControllerTest
*
* @return void
* @requires download
* @throws Exception
*/
public function testInfoWithVimeoAudio()
{
@ -150,6 +154,7 @@ class FrontControllerTest extends ControllerTest
*
* @return void
* @requires download
* @throws Exception
*/
public function testInfoWithUnconvertedAudio()
{
@ -197,6 +202,7 @@ class FrontControllerTest extends ControllerTest
*
* @return void
* @requires download
* @throws Exception
*/
public function testInfoWithStream()
{