You are here

public static function D3InfoHandlerTest::getInfo in d3.js 7

File

tests/d3_info_handler.test, line 19

Class

D3InfoHandlerTest
Tests the library info handlers.

Code

public static function getInfo() {
  return array(
    'name' => 'D3 Info Handlers',
    'description' => 'Test the library info handlers',
    'group' => 'D3',
  );
}