DestructableServiceTest::$modules

Same name and namespace in other branches
  1. 10 core/tests/Drupal/FunctionalTests/HttpKernel/DestructableServiceTest.php \Drupal\FunctionalTests\HttpKernel\DestructableServiceTest::modules

Type: modules

Overrides BrowserTestBase::$modules

File

core/tests/Drupal/FunctionalTests/HttpKernel/DestructableServiceTest.php, line 23

Class

DestructableServiceTest
Tests invocation of services performing deferred tasks after response flush.

Namespace

Drupal\FunctionalTests\HttpKernel

Code

protected static $modules = [
    'system',
    'destructable_test',
];

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