function ConfigExampleTest::testFunctional
Aggregate all the tests.
Since this is a functional test, and we don't expect to need isolation between these form tests, we'll aggregate them here for speed's sake. That way the testing system doesn't have to rebuild a new Drupal for us for each test.
File
-
modules/
config_simple_example/ tests/ src/ Functional/ ConfigExampleTest.php, line 85
Class
- ConfigExampleTest
- Ensure that the form_api_example forms work properly.
Namespace
Drupal\Tests\form_api_example\FunctionalCode
public function testFunctional() {
// Please fail this one first.
$this->doTestMainPage();
$this->doTestConfigSimpleForm();
}