You are here

public static function ServicesSpycLibraryTests::getInfo in Services 7.3

Implementation of getInfo().

File

tests/unit/ServicesSpycLibraryTests.test, line 13

Class

ServicesSpycLibraryTests
Run test cases to check whether Spyc library can be downloaded.

Code

public static function getInfo() {
  return array(
    'name' => 'Spyc Library',
    'description' => 'Test if we can download Spyc library.',
    'group' => 'Services',
  );
}