Gc\User\Role\CollectionTest::testGetRoles PHP Method

testGetRoles() public method

Test
public testGetRoles ( ) : void
return void
    public function testGetRoles()
    {
        $this->assertInternalType('array', $this->object->getRoles(true));
    }