You are here

protected function XLSExportViewsDataExportTests::getStylePluginName in Views data export 7.4

Same name and namespace in other branches
  1. 7.3 tests/xls_export.test \XLSExportViewsDataExportTests::getStylePluginName()

Return the name of the style plugin represented by this test.

Overrides ViewsDataExportSimpleExportTest::getStylePluginName

1 call to XLSExportViewsDataExportTests::getStylePluginName()
XLSExportViewsDataExportTests::getExportView in tests/xls_export.test
Get a very basic view and expected output for this style.

File

tests/xls_export.test, line 17

Class

XLSExportViewsDataExportTests

Code

protected function getStylePluginName() {
  return 'views_data_export_xls';
}