1
0
mirror of https://github.com/Rudloff/alltube.git synced 2024-06-23 07:16:40 +02:00

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)
{
$videoURL = $this->download->getJSON($url);
$this->download->getJSON($url);
}
/**