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

@ -262,7 +262,10 @@ class FrontControllerTest extends TestCase
{
$this->assertRequestIsRedirect(
'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,
]
);
}