public static function OptimizelyTestPageSnippetTestCase::getInfo in Optimizely 7.3
Same name and namespace in other branches
- 7.2 optimizely.test \OptimizelyTestPageSnippetTestCase::getInfo()
OptimizelyTestPageSnippetTestCase getInfo().
File
- ./
optimizely.test, line 370 - Optimizely Tests
Class
Code
public static function getInfo() {
return array(
'name' => 'Presence of Optimizely Javascript Snippet Test',
'description' => 'Test the presence of the Optimizely snippet (Javascript call) on pages (paths) defined in project entries.',
'group' => 'Optimizely',
);
}