Example #1
0
 /**
  * Test
  *
  * @return void
  */
 public function testGetUsers()
 {
     $this->assertInternalType('array', $this->object->getUsers());
 }