function FunctionalTestSuite::suite
Factory method which loads up a suite with all functional tests.
Return value
static The test suite.
File
- 
              core/tests/ TestSuites/ FunctionalTestSuite.php, line 18 
Class
- FunctionalTestSuite
- Discovers tests for the functional test suite.
Namespace
Drupal\Tests\TestSuitesCode
public static function suite() {
  $root = dirname(__DIR__, 3);
  $suite = new static('functional');
  $suite->addTestsBySuiteNamespace($root, 'Functional');
  return $suite;
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
