Beispiel #1
0
 /**
  * Test load by key id.
  *
  * @group key
  */
 public function testGetKey()
 {
     $key = $this->keyManager->getKey($this->key_id);
     $this->assertInstanceOf('\\Drupal\\key\\Entity\\Key', $key);
     $this->assertEquals($this->key->get('key_id'), $key->get('key_id'));
 }