You are here

public function AppstoreUnitTestCase::getInfo in Apps 7

File

./apps.test, line 20
Tests for the AppStore module

Class

AppstoreUnitTestCase
@file Tests for the AppStore module

Code

public function getInfo() {
  return array(
    'name' => 'AppStore First Unit Test Case',
    'description' => '',
    'group' => 'apps',
  );
}