add @covers
This commit is contained in:
parent
f63adfba34
commit
20f4404e4c
@ -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(
|
||||||
|
Loading…
Reference in New Issue
Block a user