You are here

public static function OptimizelyTestAddUpdateCase::getInfo in Optimizely 7.2

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

OptimizelyTestAddUpdateCase getInfo().

File

./optimizely.test, line 649
Optimizely Tests

Class

OptimizelyTestAddUpdateCase

Code

public static function getInfo() {
  return array(
    'name' => 'Add / Update Projects Test',
    'description' => 'Ensure that the add / update features function properly.',
    'group' => 'Optimizely',
  );
}