You are here

public function BoostTestCase::getInfo in Boost 6

File

./boost.test, line 12
Boost unit testings; currently very incomplete.

Class

BoostTestCase

Code

public function getInfo() {
  return array(
    'name' => t('Caching'),
    'description' => t('Ensures that Boost\'s static page caching works.'),
    'group' => t('Boost'),
  );
}