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

testCanGetName() public méthode

public testCanGetName ( )
    public function testCanGetName()
    {
        $this->assertEquals("Foo Bar", $this->user->getName());
    }