You are here

public static function OptimizedbHideNotificationTestCase::getInfo in OptimizeDB 7

File

./optimizedb.test, line 249
Tests for optimizedb.module.

Class

OptimizedbHideNotificationTestCase
Test the optimizedb_hide_notification() function.

Code

public static function getInfo() {
  return array(
    'name' => 'Load page hide notification.',
    'description' => 'Test the show page hide notification.',
    'group' => 'Optimizedb',
  );
}