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

testGetRoles() public méthode

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