Correct return type
This commit is contained in:
parent
d73735d99e
commit
da81168256
1 changed files with 2 additions and 2 deletions
|
@ -80,7 +80,7 @@ class VideoDownloadTest extends PHPUnit_Framework_TestCase
|
|||
/**
|
||||
* Provides URLs for tests
|
||||
*
|
||||
* @return void
|
||||
* @return array
|
||||
*/
|
||||
public function urlProvider()
|
||||
{
|
||||
|
@ -104,7 +104,7 @@ class VideoDownloadTest extends PHPUnit_Framework_TestCase
|
|||
/**
|
||||
* Provides incorrect URLs for tests
|
||||
*
|
||||
* @return void
|
||||
* @return array
|
||||
*/
|
||||
public function errorUrlProvider()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue