public function GeneralTest::formSubmitWaysDataProvider in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/behat/mink/driver-testsuite/tests/Form/GeneralTest.php \Behat\Mink\Tests\Driver\Form\GeneralTest::formSubmitWaysDataProvider()
File
- vendor/
behat/ mink/ driver-testsuite/ tests/ Form/ GeneralTest.php, line 79
Class
Namespace
Behat\Mink\Tests\Driver\FormCode
public function formSubmitWaysDataProvider() {
return array(
array(
'Save',
),
array(
'input-type-image',
),
array(
'button-without-type',
),
array(
'button-type-submit',
),
);
}