Gittern\Entity\GitObject\UserTest::testCanGetEmail PHP Method

testCanGetEmail() public method

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