You are here

abstract protected function ViewsDataExportSimpleExportTest::getExportView in Views data export 7.4

Same name and namespace in other branches
  1. 7.3 tests/base.test \ViewsDataExportSimpleExportTest::getExportView()

Get a very basic view and expected output for this style.

Return value

An array containing two elements:

  • A View object, for the export.
  • The expected out from that view, if is was executed without further changes.
2 calls to ViewsDataExportSimpleExportTest::getExportView()
ViewsDataExportSimpleExportTest::testBatchedExport in tests/base.test
Tests the batched export functionality for this style.
ViewsDataExportSimpleExportTest::testNonBatchedExport in tests/base.test
Tests the non-batched export functionality for this style.
5 methods override ViewsDataExportSimpleExportTest::getExportView()
CSVExportViewsDataExportTests::getExportView in tests/csv_export.test
Get a very basic view and expected output for this style.
DOCExportViewsDataExportTests::getExportView in tests/doc_export.test
Get a very basic view and expected output for this style.
TXTExportViewsDataExportTests::getExportView in tests/txt_export.test
Get a very basic view and expected output for this style.
XLSExportViewsDataExportTests::getExportView in tests/xls_export.test
Get a very basic view and expected output for this style.
XMLExportViewsDataExportTests::getExportView in tests/xml_export.test
Get a very basic view and expected output for this style.

File

tests/base.test, line 379

Class

ViewsDataExportSimpleExportTest

Code

protected abstract function getExportView($path = 'vde_test');