function ConfigDependencyManagerTest::testNoConfiguration

Same name and namespace in other branches
  1. 9 core/tests/Drupal/Tests/Core/Config/Entity/ConfigDependencyManagerTest.php \Drupal\Tests\Core\Config\Entity\ConfigDependencyManagerTest::testNoConfiguration()
  2. 8.9.x core/tests/Drupal/Tests/Core/Config/Entity/ConfigDependencyManagerTest.php \Drupal\Tests\Core\Config\Entity\ConfigDependencyManagerTest::testNoConfiguration()
  3. 10 core/tests/Drupal/Tests/Core/Config/Entity/ConfigDependencyManagerTest.php \Drupal\Tests\Core\Config\Entity\ConfigDependencyManagerTest::testNoConfiguration()

File

core/tests/Drupal/Tests/Core/Config/Entity/ConfigDependencyManagerTest.php, line 17

Class

ConfigDependencyManagerTest
Tests the ConfigDependencyManager class.

Namespace

Drupal\Tests\Core\Config\Entity

Code

public function testNoConfiguration() : void {
    $dep_manger = new ConfigDependencyManager();
    $this->assertEmpty($dep_manger->getDependentEntities('config', 'config_test.dynamic.entity_id:745b0ce0-aece-42dd-a800-ade5b8455e84'));
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.