Home
last modified time | relevance | path

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

/dokuwiki/_test/tests/Form/
H A DTextareaElementTest.php12 private function rawTextareaBody(string $value): string function in dokuwiki\\test\\Form\\TextareaElementTest
27 $this->assertStringStartsWith("\n", $this->rawTextareaBody('hello'));
36 $this->assertSame("\n" . formText($value), $this->rawTextareaBody($value));