public function FileFormFieldTest::getSetValueMethods in Zircon Profile 8
Same name and namespace in other branches
- 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
Namespace
Symfony\Component\DomCrawler\Tests\FieldCode
public function getSetValueMethods() {
return array(
array(
'setValue',
),
array(
'upload',
),
);
}