protected function XMLExportViewsDataExportTests::getStylePluginName in Views data export 7.4
Same name and namespace in other branches
- 7.3 tests/xml_export.test \XMLExportViewsDataExportTests::getStylePluginName()
Return the name of the style plugin represented by this test.
Overrides ViewsDataExportSimpleExportTest::getStylePluginName
File
- tests/
xml_export.test, line 17
Class
Code
protected function getStylePluginName() {
return 'views_data_export_xml';
}