abstract protected function ViewsDataExportSimpleExportTest::getStylePluginName in Views data export 7.3
Same name and namespace in other branches
- 7.4 tests/base.test \ViewsDataExportSimpleExportTest::getStylePluginName()
Return the name of the style plugin represented by this test.
1 call to ViewsDataExportSimpleExportTest::getStylePluginName()
- ViewsDataExportSimpleExportTest::executeAndCompareGivenView in tests/
base.test - Execute a given view very simply.
5 methods override ViewsDataExportSimpleExportTest::getStylePluginName()
- CSVExportViewsDataExportTests::getStylePluginName in tests/
csv_export.test - Return the name of the style plugin represented by this test.
- DOCExportViewsDataExportTests::getStylePluginName in tests/
doc_export.test - Return the name of the style plugin represented by this test.
- TXTExportViewsDataExportTests::getStylePluginName in tests/
txt_export.test - Return the name of the style plugin represented by this test.
- XLSExportViewsDataExportTests::getStylePluginName in tests/
xls_export.test - Return the name of the style plugin represented by this test.
- XMLExportViewsDataExportTests::getStylePluginName in tests/
xml_export.test - Return the name of the style plugin represented by this test.
File
- tests/
base.test, line 507
Class
Code
protected abstract function getStylePluginName();