public static function BrowsersyncTests::getInfo in Browsersync 7
Metadata about our test case.
File
- ./
browsersync.test, line 13 - Code for the tests of the Browsersync module.
Class
- BrowsersyncTests
- @file Code for the tests of the Browsersync module.
Code
public static function getInfo() {
return array(
'name' => 'Browsersync',
'description' => 'Tests for the Browsersync module.',
'group' => 'Browsersync',
);
}