You are here

public function ConfigEntityRevisionsRevertFormTest::get in Config Entity Revisions 8.2

Same name and namespace in other branches
  1. 8 tests/src/Unit/ConfigEntityRevisionsRevertFormBaseTest.php \Drupal\Tests\config_entity_revisions\Unit\ConfigEntityRevisionsRevertFormTest::get()
  2. 1.x tests/src/Unit/ConfigEntityRevisionsRevertFormBaseTest.php \Drupal\Tests\config_entity_revisions\Unit\ConfigEntityRevisionsRevertFormTest::get()

Provide the test class with access to protected values.

Parameters

mixed $value: The value to retrieve.

Return value

mixed The protected class variable.

File

tests/src/Unit/ConfigEntityRevisionsRevertFormBaseTest.php, line 572

Class

ConfigEntityRevisionsRevertFormTest
Main test class - just gives access to otherwise protected values.

Namespace

Drupal\Tests\config_entity_revisions\Unit

Code

public function get($value) {
  return $this->{$value};
}