Lint
This commit is contained in:
parent
8848a8dbf3
commit
bdcbf19cee
2 changed files with 5 additions and 2 deletions
|
@ -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,
|
||||||
|
]
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue