/**
  * get notes types
  */
 public function testGetNotesTypes()
 {
     $noteTypes = $this->_instance->getNoteTypes();
     $this->assertTrue($noteTypes['totalcount'] >= 5);
 }