You are here

public function GeneralTest::formSubmitWaysDataProvider in Zircon Profile 8.0

Same name and namespace in other branches
  1. 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

GeneralTest

Namespace

Behat\Mink\Tests\Driver\Form

Code

public function formSubmitWaysDataProvider() {
  return array(
    array(
      'Save',
    ),
    array(
      'input-type-image',
    ),
    array(
      'button-without-type',
    ),
    array(
      'button-type-submit',
    ),
  );
}