Gc\User\AclTest::testGetRoleId PHP Method

testGetRoleId() public method

Test
public testGetRoleId ( ) : void
return void
    public function testGetRoleId()
    {
        $this->assertInternalType('array', $this->object->getRoleId('Administrator'));
    }