public static function StatsDTest::getInfo in StatsD 7.2
Describe the test suite.
File
- lib/
Drupal/ statsd/ Tests/ StatsDTest.php, line 17 - Tests for statsd module.
Class
- StatsDTest
- Unit tests for statsd.inc
Namespace
Drupal\statsd\TestsCode
public static function getInfo() {
return array(
'name' => 'StatsD Unit Test',
'description' => 'Very simple usecase of unit testing the statsd object.',
'group' => 'StatsD',
);
}