You are here

protected property PathProcessorTest::$languageManager in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorTest.php \Drupal\Tests\Core\PathProcessor\PathProcessorTest::languageManager

The language manager stub used to construct a PathProcessorLanguage object.

Type: \Drupal\language\ConfigurableLanguageManagerInterface|\PHPUnit_Framework_MockObject_MockBuilder

File

core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorTest.php, line 41
Contains \Drupal\Tests\Core\PathProcessor\PathProcessorTest.

Class

PathProcessorTest
Tests processing of the inbound path.

Namespace

Drupal\Tests\Core\PathProcessor

Code

protected $languageManager;