Gittern\Entity\GitObject\UserTest::testCanGetEmail PHP Méthode

testCanGetEmail() public méthode

public testCanGetEmail ( )
    public function testCanGetEmail()
    {
        $this->assertEquals("[email protected]", $this->user->getEmail());
    }