Gets the test database prefix.
string The database prefix.
public function getDatabasePrefix() : string { if (is_null($this->databasePrefix)) { $state = $this->testRunResultsStorage ->getCurrentTestRunState($this); $this->databasePrefix = $state['db_prefix']; $this->testClass = $state['test_class']; } return $this->databasePrefix; }