function DeprecatedServicesTest::testRegularImplementation

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);
}

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