You are here

protected property SqlsrvConnectionTest::$mockSchema in Drupal driver for SQL Server and SQL Azure 4.0.x

Same name and namespace in other branches
  1. 8.2 tests/src/Unit/SqlsrvConnectionTest.php \Drupal\Tests\sqlsrv\Unit\SqlsrvConnectionTest::mockSchema
  2. 4.2.x tests/src/Unit/SqlsrvConnectionTest.php \Drupal\Tests\sqlsrv\Unit\SqlsrvConnectionTest::mockSchema
  3. 3.0.x tests/src/Unit/SqlsrvConnectionTest.php \Drupal\Tests\sqlsrv\Unit\SqlsrvConnectionTest::mockSchema
  4. 3.1.x tests/src/Unit/SqlsrvConnectionTest.php \Drupal\Tests\sqlsrv\Unit\SqlsrvConnectionTest::mockSchema
  5. 4.1.x tests/src/Unit/SqlsrvConnectionTest.php \Drupal\Tests\sqlsrv\Unit\SqlsrvConnectionTest::mockSchema

Mock Schema object for use in tests.

Type: \PHPUnit\Framework\MockObject\MockObject|\Drupal\sqlsrv\Driver\Database\sqlsrv\Schema

File

tests/src/Unit/SqlsrvConnectionTest.php, line 29

Class

SqlsrvConnectionTest
Test the behavior of the Connection class.

Namespace

Drupal\Tests\sqlsrv\Unit

Code

protected $mockSchema;