Gc\User\CollectionTest::testGetUsers PHP Method

testGetUsers() public method

Test
public testGetUsers ( ) : void
return void
    public function testGetUsers()
    {
        $this->assertInternalType('array', $this->object->getUsers());
    }