public static function NodeFormButtonsTest::getInfo

File

drupal/core/modules/node/lib/Drupal/node/Tests/NodeFormButtonsTest.php, line 19
Contains Drupal\node\Tests\NodeLoadHooksTest.

Class

NodeFormButtonsTest
Tests the node form buttons.

Namespace

Drupal\node\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Node form buttons',
    'description' => 'Test all the different buttons on the node form.',
    'group' => 'Node',
  );
}