You are here

public function FileFormFieldTest::getSetValueMethods in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/dom-crawler/Tests/Field/FileFormFieldTest.php \Symfony\Component\DomCrawler\Tests\Field\FileFormFieldTest::getSetValueMethods()

File

vendor/symfony/dom-crawler/Tests/Field/FileFormFieldTest.php, line 81

Class

FileFormFieldTest

Namespace

Symfony\Component\DomCrawler\Tests\Field

Code

public function getSetValueMethods() {
  return array(
    array(
      'setValue',
    ),
    array(
      'upload',
    ),
  );
}