function ConnectionTest::providerSchema
Data provider for testSchema().
Return value
array Array of arrays with the following elements:
- Expected namespaced class of schema object.
- Driver for PDO connection.
- Namespace for connection.
File
-
core/
tests/ Drupal/ Tests/ Core/ Database/ ConnectionTest.php, line 358
Class
- ConnectionTest
- Tests the Connection class.
Namespace
Drupal\Tests\Core\DatabaseCode
public static function providerSchema() {
return [
[
'Drupal\\Tests\\Core\\Database\\Stub\\Driver\\Schema',
'stub',
'Drupal\\Tests\\Core\\Database\\Stub\\Driver',
],
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.