function MatcherDumperTest::testCreate
Same name in other branches
- 8.9.x core/tests/Drupal/KernelTests/Core/Routing/MatcherDumperTest.php \Drupal\KernelTests\Core\Routing\MatcherDumperTest::testCreate()
- 10 core/tests/Drupal/KernelTests/Core/Routing/MatcherDumperTest.php \Drupal\KernelTests\Core\Routing\MatcherDumperTest::testCreate()
- 11.x core/tests/Drupal/KernelTests/Core/Routing/MatcherDumperTest.php \Drupal\KernelTests\Core\Routing\MatcherDumperTest::testCreate()
Confirms that the dumper can be instantiated successfully.
File
-
core/
tests/ Drupal/ KernelTests/ Core/ Routing/ MatcherDumperTest.php, line 49
Class
- MatcherDumperTest
- Confirm that the matcher dumper is functioning properly.
Namespace
Drupal\KernelTests\Core\RoutingCode
public function testCreate() {
$connection = Database::getConnection();
$dumper = new MatcherDumper($connection, $this->state);
$class_name = 'Drupal\\Core\\Routing\\MatcherDumper';
$this->assertInstanceOf($class_name, $dumper);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.