diff --git a/tests/Composer/Test/Util/AuthHelperTest.php b/tests/Composer/Test/Util/AuthHelperTest.php index 9372e691f..9dd4bacf4 100644 --- a/tests/Composer/Test/Util/AuthHelperTest.php +++ b/tests/Composer/Test/Util/AuthHelperTest.php @@ -474,6 +474,9 @@ class AuthHelperTest extends TestCase $this->authHelper->storeAuth($origin, $storeAuth); } + /** + * @return void + */ public function testStoreAuthWithPromptInvalidAnswer() { $this->setExpectedException('RuntimeException'); @@ -514,6 +517,9 @@ class AuthHelperTest extends TestCase $this->authHelper->storeAuth($origin, $storeAuth); } + /** + * @return void + */ public function testPromptAuthIfNeededGitLabNoAuthChange() { $this->setExpectedException('Composer\Downloader\TransportException');