Пример #1
0
 /**
  * @covers ::save
  * @expectedException \Drupal\Core\Config\ImmutableConfigException
  * @expectedExceptionMessage Can not save immutable configuration test. Use \Drupal\Core\Config\ConfigFactoryInterface::getEditable() to retrieve a mutable configuration object
  */
 public function testSave()
 {
     $this->config->save();
 }