PopTest\Auth\RoleTest::testGetName PHP Method

testGetName() public method

public testGetName ( )
    public function testGetName()
    {
        $e = Role::factory('editor');
        $this->assertEquals('editor', $e->getName());
    }