function RowCountExceptionTest::providerTestExceptionMessage
Data provider for ::testExceptionMessage()
Return value
array An array of test data for ::testExceptionMessage().
File
-
core/
tests/ Drupal/ Tests/ Core/ Database/ RowCountExceptionTest.php, line 32
Class
Namespace
Drupal\Tests\Core\DatabaseCode
public static function providerTestExceptionMessage() {
return [
[
self::DEFAULT_EXCEPTION_MESSAGE,
'',
],
[
'test',
'test',
],
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.