You are here

public static function FormTest::setUpBeforeClass in Zircon Profile 8

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

FormTest

Namespace

Symfony\Component\DomCrawler\Tests

Code

public static function setUpBeforeClass() {

  // Ensure that the private helper class FormFieldRegistry is loaded
  class_exists('Symfony\\Component\\DomCrawler\\Form');
}