add @covers

This commit is contained in:
Christian Weiske 2011-04-11 17:05:52 +02:00
parent f63adfba34
commit 20f4404e4c

View File

@ -405,7 +405,9 @@ class UserTest extends TestBase
$this->assertTrue($this->us->privateKeyExists($randKey)); $this->assertTrue($this->us->privateKeyExists($randKey));
} }
/**
* @covers SemanticScuttle_Service_User::isPrivateKeyValid
*/
public function testIsPrivateKeyValid() public function testIsPrivateKeyValid()
{ {
$this->assertFalse( $this->assertFalse(