Home
last modified time | relevance | path

Searched refs:updateAnnotationBody (Results 1 – 3 of 3) sorted by relevance

/plugin/annotations/_test/
H A DHelperTest.php121 $this->assertTrue($h->updateAnnotationBody($id, $ann['id'], 'second'));
123 $this->assertFalse($h->updateAnnotationBody($id, 'nope', 'x'), 'missing id → false');
124 $this->assertFalse($h->updateAnnotationBody($id, $ann['id'], ' '), 'empty body → false');
/plugin/annotations/
H A Dhelper.php274 public function updateAnnotationBody($id, $annId, $body) function in helper_plugin_annotations
H A Daction.php445 $ok = $helper->updateAnnotationBody($id, $annId, $body);