You are here

protected property PathProcessorTest::$languageManager in Drupal 8

Same name and namespace in other branches
  1. 9 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 36

Class

PathProcessorTest
Tests processing of the inbound path.

Namespace

Drupal\Tests\Core\PathProcessor

Code

protected $languageManager;