Sets the test database prefix.
string $database_prefix: The database prefix.
\RuntimeException If the database prefix cannot be saved to storage.
public function setDatabasePrefix(string $database_prefix) : void { $this->databasePrefix = $database_prefix; $this->testRunResultsStorage ->setDatabasePrefix($this, $database_prefix); }