Searched refs:rawTextareaBody (Results 1 – 1 of 1) sorted by relevance
12 private function rawTextareaBody(string $value): string function in dokuwiki\\test\\Form\\TextareaElementTest27 $this->assertStringStartsWith("\n", $this->rawTextareaBody('hello'));36 $this->assertSame("\n" . formText($value), $this->rawTextareaBody($value));