From d30614668b0e073846db5471ac887133f00672ea Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Mon, 22 Apr 2019 21:13:57 +0200 Subject: [PATCH] test(phpunit): Fix wrong @expectedException --- tests/VideoTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/VideoTest.php b/tests/VideoTest.php index 48bb7e6..c726fd4 100644 --- a/tests/VideoTest.php +++ b/tests/VideoTest.php @@ -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() {