protected function TXTExportViewsDataExportTests::getStylePluginName in Views data export 7.3
Same name and namespace in other branches
- 7.4 tests/txt_export.test \TXTExportViewsDataExportTests::getStylePluginName()
Return the name of the style plugin represented by this test.
Overrides ViewsDataExportSimpleExportTest::getStylePluginName
1 call to TXTExportViewsDataExportTests::getStylePluginName()
- TXTExportViewsDataExportTests::getExportView in tests/
txt_export.test - Get a very basic view and expected output for this style.
File
- tests/
txt_export.test, line 17
Class
Code
protected function getStylePluginName() {
return 'views_data_export_txt';
}