You are here

protected property TestSqlBase::$database in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/migrate/tests/src/Unit/SqlBaseTest.php \Drupal\Tests\migrate\Unit\TestSqlBase::database
  2. 10 core/modules/migrate/tests/src/Unit/SqlBaseTest.php \Drupal\Tests\migrate\Unit\TestSqlBase::database

The database object.

Type: object

Overrides SqlBase::$database

File

core/modules/migrate/tests/src/Unit/SqlBaseTest.php, line 155
Contains \Drupal\Tests\migrate\Unit\SqlBaseTest.

Class

TestSqlBase
Creates a base source class for SQL migration testing.

Namespace

Drupal\Tests\migrate\Unit

Code

protected $database;