File
- drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/StyleTableUnitTest.php, line 27
- Contains \Drupal\views\Tests\Plugin\StyleTableUnitTest.
Class
- StyleTableUnitTest
- Tests the table style plugin.
Namespace
Drupal\views\Tests\Plugin
Code
public static function getInfo() {
return array(
'name' => 'Style: Table (Unit Test)',
'description' => 'Tests the table style plugin.',
'group' => 'Views Plugins',
);
}