Gc\User\Role\CollectionTest::testInit PHP 메소드

testInit() 공개 메소드

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