public static function XmlRpcBasicTest::getInfo

File

drupal/core/modules/xmlrpc/lib/Drupal/xmlrpc/Tests/XmlRpcBasicTest.php, line 24
Definition of Drupal\xmlrpc\Tests\XmlRpcBasicTest.

Class

XmlRpcBasicTest
Perform basic XML-RPC tests that do not require addition callbacks.

Namespace

Drupal\xmlrpc\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'XML-RPC basic',
    'description' => 'Perform basic XML-RPC tests that do not require additional callbacks.',
    'group' => 'XML-RPC',
  );
}