function EntityDisplayBaseTest::testGetOriginalMode
Tests get original mode.
@legacy-covers ::getOriginalMode
File
-
core/
tests/ Drupal/ Tests/ Core/ Config/ Entity/ EntityDisplayBaseTest.php, line 65
Class
Namespace
Drupal\Tests\Core\Config\EntityCode
public function testGetOriginalMode() : void {
$reflection = new \ReflectionProperty($this->entityDisplay, 'originalMode');
$reflection->setValue($this->entityDisplay, 'test');
$this->assertEquals('test', $this->entityDisplay
->getOriginalMode());
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.