File
- drupal/core/modules/rest/lib/Drupal/rest/Tests/DBLogTest.php, line 24
- Definition of Drupal\rest\test\DBLogTest.
Class
- DBLogTest
- Tests the Watchdog resource to retrieve log messages.
Namespace
Drupal\rest\Tests
Code
public static function getInfo() {
return array(
'name' => 'DB Log resource',
'description' => 'Tests the watchdog database log resource.',
'group' => 'REST',
);
}