public static function ContentNegotiationTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/DrupalKernel/ContentNegotiationTest.php, line 17
Contains Drupal\system\Tests\DrupalKernel\ContentNegotiationTest.

Class

ContentNegotiationTest
Tests content negotation.

Namespace

Drupal\system\Tests\DrupalKernel

Code

public static function getInfo() {
  return array(
    'name' => 'Content negotiation',
    'description' => 'Tests content negotiation.',
    'group' => 'DrupalKernel',
  );
}