You are here

public static function OptimizelyTestDefaultSettingsCase::getInfo in Optimizely 7.2

Same name and namespace in other branches
  1. 7.3 optimizely.test \OptimizelyTestDefaultSettingsCase::getInfo()

OptimizelyTestDefaultSettingsCase getInfo().

File

./optimizely.test, line 897
Optimizely Tests

Class

OptimizelyTestDefaultSettingsCase
* Test if the default project settings work correctly.

Code

public static function getInfo() {
  return array(
    'name' => 'Default Settings Test',
    'description' => 'Ensure ensure the project settings work correctly.',
    'group' => 'Optimizely',
  );
}