ServiceDeprecationTest::$modules

Same name in other branches
  1. 10 core/tests/Drupal/FunctionalTests/Core/Container/ServiceDeprecationTest.php \Drupal\FunctionalTests\Core\Container\ServiceDeprecationTest::modules
  2. 11.x core/tests/Drupal/FunctionalTests/Core/Container/ServiceDeprecationTest.php \Drupal\FunctionalTests\Core\Container\ServiceDeprecationTest::modules

Type: modules

Overrides BrowserTestBase::$modules

File

core/tests/Drupal/FunctionalTests/Core/Container/ServiceDeprecationTest.php, line 24

Class

ServiceDeprecationTest
Test whether deprecation notices are triggered via \Drupal::service().

Namespace

Drupal\FunctionalTests\Core\Container

Code

protected static $modules = [
    'deprecation_test',
];

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