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