You are here

public function KernelTestBase::getDatabasePrefix in Drupal 9

Same name and namespace in other branches
  1. 8 core/tests/Drupal/KernelTests/KernelTestBase.php \Drupal\KernelTests\KernelTestBase::getDatabasePrefix()

Return value

string

1 call to KernelTestBase::getDatabasePrefix()
SchemaTest::testSchema in core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php
Tests database interactions.

File

core/tests/Drupal/KernelTests/KernelTestBase.php, line 321

Class

KernelTestBase
Base class for functional integration tests.

Namespace

Drupal\KernelTests

Code

public function getDatabasePrefix() {
  return $this->databasePrefix;
}