Gittern\Entity\GitObject\UserTest::testCanGetEmail PHP Метод

testCanGetEmail() публичный Метод

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