function InnocuousTest::run

Override run() since it uses TestBase.

Parameters

$methods: (optional) A list of method names in the test case class to run; e.g., array('testFoo', 'testBar'). By default, all methods of the class are taken into account, but it can be useful to only run a few selected test methods during debugging.

Overrides TestBase::run

File

core/modules/simpletest/tests/src/Kernel/TestDeprecatedTestHooks.php, line 131

Class

InnocuousTest
A very simple WebTestBase test that never touches the database.

Namespace

Drupal\Tests\simpletest\Kernel

Code

public function run(array $methods = []) {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.