You are here

public static function RestfulCreateNodeTestCase::getInfo in RESTful 7.2

Same name and namespace in other branches
  1. 7 tests/RestfulCreateNodeTestCase.test \RestfulCreateNodeTestCase::getInfo()

File

tests/RestfulCreateNodeTestCase.test, line 13
Contains RestfulCreateNodeTestCase

Class

RestfulCreateNodeTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Node integration',
    'description' => 'Test the creation of a node entity type.',
    'group' => 'RESTful',
  );
}