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

testCanGetName() public method

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