Unused variable
This commit is contained in:
parent
d62f69fb7c
commit
985364c047
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ class VideoDownloadTest extends \PHPUnit_Framework_TestCase
|
||||||
*/
|
*/
|
||||||
public function testGetJSONError($url)
|
public function testGetJSONError($url)
|
||||||
{
|
{
|
||||||
$videoURL = $this->download->getJSON($url);
|
$this->download->getJSON($url);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue