public static function DisplayInternalLogicTest::getInfo in Layout 8.2
File
- lib/
Drupal/ layout/ Tests/ DisplayInternalLogicTest.php, line 47 - Definition of \Drupal\layout\Tests\DisplayInternalLogicTest.
Class
- DisplayInternalLogicTest
- Tests the API and internal logic offered by Displays.
Namespace
Drupal\layout\TestsCode
public static function getInfo() {
return array(
'name' => 'Display behaviors',
'description' => 'Tests internal behaviors of DisplayInterface implementations, such as layout remapping.',
'group' => 'Display',
);
}