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