Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Seems PHP_CodeCoverage doesn't like @Covers on protected methods.
Browse files Browse the repository at this point in the history
ZendTest\Authentication\Adapter\HttpTest::testProtectedMethodChallengeClientTriggersErrorDeprecated
 PHP_CodeCoverage_Exception: Trying to @cover not existing method "Adapter\Http::_challengeClient".
  • Loading branch information
Corentin Larose committed Jul 18, 2013
1 parent 0c0d3d1 commit 1521f54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/Adapter/HttpTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ public function tearDown()
}

/**
* @covers Adapter\Http::_challengeClient()
* @expectedException PHPUnit_Framework_Error_Deprecated
*/
public function testProtectedMethodChallengeClientTriggersErrorDeprecated()
Expand Down

0 comments on commit 1521f54

Please sign in to comment.