function KernelTestBaseTest::testGetDatabaseConnectionInfoWithOutManualSetDbUrl

Tests get database connection info with out manual set db url.

@legacy-covers ::getDatabaseConnectionInfo

File

core/tests/Drupal/KernelTests/KernelTestBaseTest.php, line 69

Class

KernelTestBaseTest
Tests Drupal\KernelTests\KernelTestBase.

Namespace

Drupal\KernelTests

Code

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.