You are here

protected property TestSqlBase::$query in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/migrate/tests/src/Kernel/SqlBaseTest.php \Drupal\Tests\migrate\Kernel\TestSqlBase::query

The query to execute.

Type: \Drupal\Core\Database\Query\SelectInterface

Overrides SqlBase::$query

File

core/modules/migrate/tests/src/Kernel/SqlBaseTest.php, line 193
Contains \Drupal\Tests\migrate\Kernel\SqlBaseTest.

Class

TestSqlBase
A dummy source to help with testing SqlBase.

Namespace

Drupal\Tests\migrate\Kernel

Code

protected $query;