function ContextMapperTest::testGetContextValues
Same name in other branches
- 8.x-3.x tests/src/Unit/ContextMapperTest.php \Drupal\Tests\ctools\Unit\ContextMapperTest::testGetContextValues()
@covers ::getContextValues
File
-
tests/
src/ Unit/ ContextMapperTest.php, line 61
Class
- ContextMapperTest
- @coversDefaultClass \Drupal\ctools\ContextMapper
Namespace
Drupal\Tests\ctools\UnitCode
public function testGetContextValues() {
$input = [];
$actual = $this->staticContext
->getContextValues($input);
$this->assertEquals([], $actual);
}