You are here

public static function ScaldDnDTestCase::getInfo in Scald: Media Management made easy 7

File

tests/scald.test, line 526
Tests for scald.module.

Class

ScaldDnDTestCase
Test the Scald DnD functionality.

Code

public static function getInfo() {
  return array(
    'name' => 'Scald DnD',
    'description' => 'Test the Scald DnD functionality.',
    'group' => 'Scald',
  );
}