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

test(phpunit): Fix wrong @expectedException

This commit is contained in:
Pierre Rudloff 2019-04-22 21:13:57 +02:00
parent 84e9e86d28
commit d30614668b

View File

@ -71,7 +71,7 @@ class VideoTest extends BaseTest
* Test getUrl function with a protected video and no password.
*
* @return void
* @expectedException Alltube\PasswordException
* @expectedException Alltube\Exception\PasswordException
*/
public function testgetUrlWithMissingPassword()
{