function KernelTestBaseTest::testGetDatabaseConnectionInfoWithOutManualSetDbUrl
Same name and namespace in other branches
- 11.x core/tests/Drupal/KernelTests/KernelTestBaseTest.php \Drupal\KernelTests\KernelTestBaseTest::testGetDatabaseConnectionInfoWithOutManualSetDbUrl()
- 10 core/tests/Drupal/KernelTests/KernelTestBaseTest.php \Drupal\KernelTests\KernelTestBaseTest::testGetDatabaseConnectionInfoWithOutManualSetDbUrl()
- 9 core/tests/Drupal/KernelTests/KernelTestBaseTest.php \Drupal\KernelTests\KernelTestBaseTest::testGetDatabaseConnectionInfoWithOutManualSetDbUrl()
- 8.9.x core/tests/Drupal/KernelTests/KernelTestBaseTest.php \Drupal\KernelTests\KernelTestBaseTest::testGetDatabaseConnectionInfoWithOutManualSetDbUrl()
Tests get database connection info with out manual set db url.
File
-
core/
tests/ Drupal/ KernelTests/ KernelTestBaseTest.php, line 63
Class
Namespace
Drupal\KernelTestsCode
public function testGetDatabaseConnectionInfoWithOutManualSetDbUrl() : void {
$options = $this->container
->get('database')
->getConnectionOptions();
$this->assertSame($this->databasePrefix, $options['prefix']);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.