TestServiceProvider.php
Same filename in this branch
Namespace
Drupal\simpletestFile
-
core/
modules/ simpletest/ src/ TestServiceProvider.php
View source
<?php
namespace Drupal\simpletest;
use Drupal\KernelTests\TestServiceProvider as CoreTestServiceProvider;
/**
* Provides special routing services for tests.
*
* @deprecated in drupal:8.6.0 and is removed from drupal:9.0.0. Use
* Drupal\KernelTests\TestServiceProvider instead.
*
* @see https://www.drupal.org/node/2943146
*/
class TestServiceProvider extends CoreTestServiceProvider {
}
Classes
Title | Deprecated | Summary |
---|---|---|
TestServiceProvider | in drupal:8.6.0 and is removed from drupal:9.0.0. Use Drupal\KernelTests\TestServiceProvider instead. |
Provides special routing services for tests. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.