function LanguageNegotiationTest::setUp
Same name in other branches
- 9 core/modules/language/tests/src/Unit/process/LanguageNegotiationTest.php \Drupal\Tests\language\Unit\process\LanguageNegotiationTest::setUp()
- 8.9.x core/modules/language/tests/src/Unit/process/LanguageNegotiationTest.php \Drupal\Tests\language\Unit\process\LanguageNegotiationTest::setUp()
- 11.x core/modules/language/tests/src/Unit/process/LanguageNegotiationTest.php \Drupal\Tests\language\Unit\process\LanguageNegotiationTest::setUp()
Overrides MigrateProcessTestCase::setUp
File
-
core/
modules/ language/ tests/ src/ Unit/ process/ LanguageNegotiationTest.php, line 20
Class
- LanguageNegotiationTest
- @coversDefaultClass \Drupal\language\Plugin\migrate\process\LanguageNegotiation @group language
Namespace
Drupal\Tests\language\Unit\processCode
protected function setUp() : void {
$this->plugin = new LanguageNegotiation([], 'map', []);
parent::setUp();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.