You are here

public function DeprecatedServicesTest::testRegularImplementation in Drupal 8

No deprecation message expected.

File

core/modules/path_alias/tests/src/Kernel/DeprecatedServicesTest.php, line 96

Class

DeprecatedServicesTest
Tests deprecation of path alias core services and the related BC logic.

Namespace

Drupal\Tests\path_alias\Kernel

Code

public function testRegularImplementation() {
  $this
    ->assertServiceClass('path_alias.manager', AliasManager::class);
}