You are here

public static function RocketChatTestUnitTest::getInfo in Rocket.Chat 7.2

Same name and namespace in other branches
  1. 7 rocket_chat.test \RocketChatTestUnitTest::getInfo()

File

./rocket_chat.test, line 27

Class

RocketChatTestUnitTest
Although most core test cases are based on DrupalWebTestCase and are functional tests (exercising the web UI) we also have DrupalUnitTestCase, which executes much faster because a Drupal install does not have to be one. No environment is provided to a…

Code

public static function getInfo() {
  return array(
    'name' => 'Rocket.Chat unit tests',
    'description' => 'Check if several different paths are process as ' . 'expected by the checkIfTargetIsRocketChatPath() ' . 'function.',
    'group' => 'Rocket Chat',
  );
}