You are here

protected property TestDatabase::$databasePrefix in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Test/TestDatabase.php \Drupal\Core\Test\TestDatabase::databasePrefix

The test database prefix.

Type: string

File

core/lib/Drupal/Core/Test/TestDatabase.php, line 27

Class

TestDatabase
Provides helper methods for interacting with the fixture database.

Namespace

Drupal\Core\Test

Code

protected $databasePrefix;