Unused variable

This commit is contained in:
Pierre Rudloff 2017-01-16 18:51:42 +01:00
parent d62f69fb7c
commit 985364c047
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ class VideoDownloadTest extends \PHPUnit_Framework_TestCase
*/
public function testGetJSONError($url)
{
$videoURL = $this->download->getJSON($url);
$this->download->getJSON($url);
}
/**