protected function KernelTestBase::stop in Drupal 10
Same name and namespace in other branches
- 8 core/tests/Drupal/KernelTests/KernelTestBase.php \Drupal\KernelTests\KernelTestBase::stop()
- 9 core/tests/Drupal/KernelTests/KernelTestBase.php \Drupal\KernelTests\KernelTestBase::stop()
Stops test execution.
File
- core/
tests/ Drupal/ KernelTests/ KernelTestBase.php, line 940
Class
- KernelTestBase
- Base class for functional integration tests.
Namespace
Drupal\KernelTestsCode
protected function stop() {
$this
->getTestResultObject()
->stop();
}