public static function FormTest::setUpBeforeClass in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/dom-crawler/Tests/FormTest.php \Symfony\Component\DomCrawler\Tests\FormTest::setUpBeforeClass()
File
- vendor/
symfony/ dom-crawler/ Tests/ FormTest.php, line 20
Class
Namespace
Symfony\Component\DomCrawler\TestsCode
public static function setUpBeforeClass() {
// Ensure that the private helper class FormFieldRegistry is loaded
class_exists('Symfony\\Component\\DomCrawler\\Form');
}