Lint
This commit is contained in:
parent
8848a8dbf3
commit
bdcbf19cee
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -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