function ContextMapperTest::testGetContextValues

@covers ::getContextValues

File

tests/src/Unit/ContextMapperTest.php, line 61

Class

ContextMapperTest
@coversDefaultClass \Drupal\ctools\ContextMapper[[api-linebreak]]

Namespace

Drupal\Tests\ctools\Unit

Code

public function testGetContextValues() {
  $input = [];
  $actual = $this->staticContext
    ->getContextValues($input);
  $this->assertEquals([], $actual);
}