Gc\User\Role\CollectionTest::testInit PHP Méthode

testInit() public méthode

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