TestServiceProvider.php

Same filename in this branch
  1. 8.9.x core/tests/Drupal/KernelTests/TestServiceProvider.php

Namespace

Drupal\simpletest

File

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.