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

testGetRoles() 공개 메소드

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