Home
last modified time | relevance | path

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

/plugin/bureaucracyau/_test/
H A Dsyntax.test.php20 $this->checkField($doc, 'Employee Name', 'input[type=text][value=Your Name].edit', true);
21 $this->checkField($doc, 'Your Age', 'input[type=text].edit', true);
22 $this->checkField($doc, 'Your E-Mail Address', 'input[type=text].edit', true);
23 $this->checkField($doc, 'Occupation (optional)', 'input[type=text].edit');
24 $this->checkField($doc, 'Some password', 'input[type=password].edit', true);
27 $select = $this->checkField($doc, 'Please select an option', 'select');
36 $cb = $this->checkField($doc, 'Read the agreement?', 'input[type=checkbox][value=1]');
40 $this->checkField($doc, 'Tell me about your self', 'textarea.edit', true);
43 $this->checkField($doc, 'File1', 'input[type=file].edit', true);
60 private function checkField($doc, $name, $check, $required=false) { function in syntax_plugin_bureaucracyau_test
/plugin/bureaucracy-au/_test/
H A Dsyntax.test.php20 $this->checkField($doc, 'Employee Name', 'input[type=text][value=Your Name].edit', true);
21 $this->checkField($doc, 'Your Age', 'input[type=text].edit', true);
22 $this->checkField($doc, 'Your E-Mail Address', 'input[type=text].edit', true);
23 $this->checkField($doc, 'Occupation (optional)', 'input[type=text].edit');
24 $this->checkField($doc, 'Some password', 'input[type=password].edit', true);
27 $select = $this->checkField($doc, 'Please select an option', 'select');
36 $cb = $this->checkField($doc, 'Read the agreement?', 'input[type=checkbox][value=1]');
40 $this->checkField($doc, 'Tell me about your self', 'textarea.edit', true);
43 $this->checkField($doc, 'File1', 'input[type=file].edit', true);
60 private function checkField($doc, $name, $check, $required=false) { function in syntax_plugin_bureaucracyau_test