function KernelTestBase::stop
Stops test execution.
File
-
core/
tests/ Drupal/ KernelTests/ KernelTestBase.php, line 963
Class
- KernelTestBase
- Base class for functional integration tests.
Namespace
Drupal\KernelTestsCode
protected function stop() {
$this->getTestResultObject()
->stop();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.