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

testInit() public method

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