public function PathMatcherTest::setUp in Acquia Lift Connector 8
Overrides UnitTestCase::setUp
File
- tests/
src/ Unit/ Service/ Helper/ PathMatcherTest.php, line 37 - Contains \Drupal\Tests\acquia_lift\Service\Helper\PathMatcherTest.
Class
- PathMatcherTest
- PathMatcher Test.
Namespace
Drupal\Tests\acquia_lift\Service\HelperCode
public function setUp() {
parent::setUp();
$this->aliasManager = $this
->getMock('Drupal\\Core\\Path\\AliasManagerInterface');
$this->basePathMatcher = $this
->getMock('Drupal\\Core\\Path\\PathMatcherInterface');
}