function DeprecatedClassesTest::testAliasPathProcessor

@covers \Drupal\path_alias\PathProcessor\AliasPathProcessor::__construct

File

core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php, line 135

Class

DeprecatedClassesTest
Tests deprecation of path alias core service classes.

Namespace

Drupal\Tests\path_alias\Unit

Code

public function testAliasPathProcessor() {
    $object = new AliasPathProcessor($this->aliasManager);
    $this->assertInstanceOf(PathProcessorAlias::class, $object);
}

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