You are here

public static function MobileToolsContextConditionMobileTest::getInfo in Mobile Tools 7.2

Same name and namespace in other branches
  1. 7.3 mobile_tools_context/mobile_tools_context.test \MobileToolsContextConditionMobileTest::getInfo()

File

mobile_tools_context/mobile_tools_context.test, line 13
Tests for mobile_tools_context

Class

MobileToolsContextConditionMobileTest
@file Tests for mobile_tools_context

Code

public static function getInfo() {
  return array(
    'name' => 'Condition: Mobile',
    'description' => 'Test mobile condition.',
    'group' => 'Mobile Tools',
  );
}