Unused variable

This commit is contained in:
Pierre Rudloff 2017-01-16 18:51:42 +01:00
parent d62f69fb7c
commit 985364c047

View file

@ -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);
} }
/** /**