function ConfigEntityTypeTest::testGetPropertiesToExportNoFallback
Same name and namespace in other branches
- 10 core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityTypeTest.php \Drupal\Tests\Core\Config\Entity\ConfigEntityTypeTest::testGetPropertiesToExportNoFallback()
- 9 core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityTypeTest.php \Drupal\Tests\Core\Config\Entity\ConfigEntityTypeTest::testGetPropertiesToExportNoFallback()
- 8.9.x core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityTypeTest.php \Drupal\Tests\Core\Config\Entity\ConfigEntityTypeTest::testGetPropertiesToExportNoFallback()
- main core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityTypeTest.php \Drupal\Tests\Core\Config\Entity\ConfigEntityTypeTest::testGetPropertiesToExportNoFallback()
Tests get properties to export no fallback.
File
-
core/
tests/ Drupal/ Tests/ Core/ Config/ Entity/ ConfigEntityTypeTest.php, line 210
Class
Namespace
Drupal\Tests\Core\Config\EntityCode
public function testGetPropertiesToExportNoFallback() : void {
$config_entity_type = new ConfigEntityType([
'id' => 'example_config_entity_type',
]);
$this->assertNull($config_entity_type->getPropertiesToExport());
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.