public static function AddThisJsTest::getInfo in AddThis 7.4
Simple test info
File
- tests/
AddThisJsTest.test, line 15 - Class to test the AddThis Js functionality.
Class
- AddThisJsTest
- AddThisJsTest tests
Code
public static function getInfo() {
return array(
'name' => 'Javascript test',
'description' => 'Testing the Javascript output',
'group' => 'AddThis',
);
}