This commit is contained in:
Pierre Rudloff 2017-11-10 12:19:04 +01:00
parent 8848a8dbf3
commit bdcbf19cee
2 changed files with 5 additions and 2 deletions

View file

@ -52,7 +52,7 @@ class ConfigTest extends TestCase
/** /**
* Assert that a Config object is correctly instantiated. * Assert that a Config object is correctly instantiated.
* *
* @param Config $config Config class instance. * @param Config $config Config class instance.
* *
* @return void * @return void
*/ */

View file

@ -262,7 +262,10 @@ class FrontControllerTest extends TestCase
{ {
$this->assertRequestIsRedirect( $this->assertRequestIsRedirect(
'video', 'video',
['url' => 'https://2080.bandcamp.com/track/cygnus-x-the-orange-theme-2080-faulty-chip-cover', 'audio' => true] [
'url' => 'https://2080.bandcamp.com/track/cygnus-x-the-orange-theme-2080-faulty-chip-cover',
'audio' => true,
]
); );
} }