24 calls to ViewsDataExportExporterBaseTest::logVerboseResult() in Views data export 7.4
- CSVExportViewsDataExportExporterTests::testBOF in tests/
exporter_tests/ csv.test - Test the header writing.
- CSVExportViewsDataExportExporterTests::testEOF in tests/
exporter_tests/ csv.test - CSVExportViewsDataExportExporterTests::testHTMLOptions in tests/
exporter_tests/ csv.test - Test the HTML escaping option.
- CSVExportViewsDataExportExporterTests::testNewLineOptions in tests/
exporter_tests/ csv.test - Test the newline replacement option.
- CSVExportViewsDataExportExporterTests::testQuoteOptions in tests/
exporter_tests/ csv.test - CSVExportViewsDataExportExporterTests::testSeparatorOptions in tests/
exporter_tests/ csv.test - Test out the exporter separator option with a few different characters.
- CSVExportViewsDataExportExporterTests::testTrim in tests/
exporter_tests/ csv.test - Test the whitespace trim function
- DOCExportViewsDataExportExporterTests::testBodyWrite in tests/
exporter_tests/ doc.test - Test that content rows are written correctly.
- DOCExportViewsDataExportExporterTests::testBOF in tests/
exporter_tests/ doc.test - Test the header writing.
- DOCExportViewsDataExportExporterTests::testEOF in tests/
exporter_tests/ doc.test - Test End Of File.
- TXTExportViewsDataExportExporterTests::testBodyWrite in tests/
exporter_tests/ txt.test - Test that content rows are written correctly.
- TXTExportViewsDataExportExporterTests::testBOF in tests/
exporter_tests/ txt.test - Test the header writing.
- TXTExportViewsDataExportExporterTests::testEOF in tests/
exporter_tests/ txt.test - Test End Of File.
- XLSXExportViewsDataExportExporterTests::testBodyWrite in tests/
exporter_tests/ xlsx.test - Test row/body writing.
- XLSXExportViewsDataExportExporterTests::testBOF in tests/
exporter_tests/ xlsx.test - Test the header writing.
- XLSXExportViewsDataExportExporterTests::testEOF in tests/
exporter_tests/ xlsx.test - Test End Of File.
- XMLExportViewsDataExportExporterTests::testBodyWrite in tests/
exporter_tests/ xml.test - Test that rows are written correctly.
- XMLExportViewsDataExportExporterTests::testBOF in tests/
exporter_tests/ xml.test - Test the opening XML.
- XMLExportViewsDataExportExporterTests::testCData in tests/
exporter_tests/ xml.test - Test that fields can be correctly escaped in CDATA tags.
- XMLExportViewsDataExportExporterTests::testEntityEncode in tests/
exporter_tests/ xml.test - Test the entity encoding options.
- XMLExportViewsDataExportExporterTests::testEOF in tests/
exporter_tests/ xml.test - Test End Of File.
- XMLExportViewsDataExportExporterTests::testRootNode in tests/
exporter_tests/ xml.test - Test that the chosen RootNode is used when the option is set.
- XMLExportViewsDataExportExporterTests::testTagValidity in tests/
exporter_tests/ xml.test - Test that tags always come out valid.
- XMLExportViewsDataExportExporterTests::testTransform in tests/
exporter_tests/ xml.test - Test the space character swap-out options.