test(phpunit): Fix wrong @expectedException
This commit is contained in:
parent
84e9e86d28
commit
d30614668b
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue