You are here

public static function OptimizelyTestDefaultProjectTestCase::getInfo in Optimizely 7.2

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

OptimizelyTestDefaultProjectTestCase getInfo().

File

./optimizely.test, line 166
Optimizely Tests

Class

OptimizelyTestDefaultProjectTestCase
OptimizelyTestDefaultProjectTestCase: Test that:

Code

public static function getInfo() {
  return array(
    'name' => 'Default Project Test',
    'description' => 'Test the exsistence of a disabled default project entry that when enabled after adding the Optimizely account ID results in the default snippeting being added to the front page (default) of the site.',
    'group' => 'Optimizely',
  );
}