Lines Matching refs:checkField

49     protected function checkField(Document $pq, $schema, $name, $value)  function in dokuwiki\\plugin\\struct\\test\\action\\EditTest
73 $this->checkField($doc, 'schema1', 'first', 'first data');
74 $this->checkField($doc, 'schema1', 'second', 'second data, more data, even more');
75 $this->checkField($doc, 'schema1', 'third', 'third data');
76 $this->checkField($doc, 'schema1', 'fourth', 'fourth data');
89 $this->checkField($doc, 'schema1', 'first', '');
90 $this->checkField($doc, 'schema1', 'second', '');
91 $this->checkField($doc, 'schema1', 'third', '');
92 $this->checkField($doc, 'schema1', 'fourth', '');
115 $this->checkField($doc, 'schema1', 'first', 'first post data');
116 …$this->checkField($doc, 'schema1', 'second', 'second post data, more post data, even more post dat…
117 $this->checkField($doc, 'schema1', 'third', 'third post data');
118 $this->checkField($doc, 'schema1', 'fourth', 'fourth post data');
147 $this->checkField($doc, 'schema2', 'afirst', '');
148 $this->checkField($doc, 'schema2', 'asecond', '');
149 $this->checkField($doc, 'schema2', 'athird', '');
150 $this->checkField($doc, 'schema2', 'afourth', '');
180 $this->checkField($doc, 'schema2', 'afirst', 'foo');
181 $this->checkField($doc, 'schema2', 'asecond', 'bar, baz');
182 $this->checkField($doc, 'schema2', 'athird', 'foobar');
183 $this->checkField($doc, 'schema2', 'afourth', 'Eve');
212 $this->checkField($doc, 'schema2', 'afirst', 'foo');
213 $this->checkField($doc, 'schema2', 'asecond', 'bar, baz');
214 $this->checkField($doc, 'schema2', 'athird', 'foobar');
215 $this->checkField($doc, 'schema2', 'afourth', '42');
286 $this->checkField($doc, 'schema2', 'afirst', 'foo');
287 $this->checkField($doc, 'schema2', 'asecond', 'bar, baz');
288 $this->checkField($doc, 'schema2', 'athird', 'foobar');
289 $this->checkField($doc, 'schema2', 'afourth', 'Eve');