function 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 328
Class
- KernelTestBase
- Base class for functional integration tests.
Namespace
Drupal\KernelTestsCode
public function getDatabasePrefix() {
return $this->databasePrefix;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.