You are here

public static function PerContentTypeSettingsTest::getInfo in Simplify 8

File

src/Tests/PerContentTypeSettingsTest.php, line 33

Class

PerContentTypeSettingsTest
Test simplify per content-type settings.

Namespace

Drupal\simplify\Tests

Code

public static function getInfo() {
  return [
    'name' => 'Simplify per content-type settings test.',
    'description' => 'Test the Simplify per content-type settings.',
    'group' => 'Simplify',
  ];
}