You are here

public function TestBase::getDatabasePrefix in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/simpletest/src/TestBase.php \Drupal\simpletest\TestBase::getDatabasePrefix()

Gets the database prefix.

Return value

string The database prefix

File

core/modules/simpletest/src/TestBase.php, line 1626
Contains \Drupal\simpletest\TestBase.

Class

TestBase
Base class for Drupal tests.

Namespace

Drupal\simpletest

Code

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