public function ContextMapperTest::testGetContextValues in Page Manager 8
Same name and namespace in other branches
- 8.4 tests/src/Unit/ContextMapperTest.php \Drupal\Tests\page_manager\Unit\ContextMapperTest::testGetContextValues()
@covers ::getContextValues
File
- tests/
src/ Unit/ ContextMapperTest.php, line 63 - Contains \Drupal\Tests\page_manager\Unit\ContextMapperTest.
Class
- ContextMapperTest
- @coversDefaultClass \Drupal\page_manager\ContextMapper
Namespace
Drupal\Tests\page_manager\UnitCode
public function testGetContextValues() {
$input = [];
$actual = $this->staticContext
->getContextValues($input);
$this
->assertEquals([], $actual);
}