You are here

9 calls to EmailedExportTest::createTestSubmissions() in Webform Scheduled Tasks 8.2

EmailedExportTest::testArchiveBasedExport in tests/src/Kernel/EmailedExportTest.php
Test an archive based export.
EmailedExportTest::testBadExportsAreNotCompleted in tests/src/Kernel/EmailedExportTest.php
Test bad exports do not result in lost files.
EmailedExportTest::testExportRetainedSubmissions in tests/src/Kernel/EmailedExportTest.php
Test submissions are retained by default.
EmailedExportTest::testExportSubmissionsDelete in tests/src/Kernel/EmailedExportTest.php
Test deleting submissions after an export.
EmailedExportTest::testFileSystemExport in tests/src/Kernel/EmailedExportTest.php
Test exporting submissions to the file system.
EmailedExportTest::testIncludeAttachedFilesWithNativeArchive in tests/src/Kernel/EmailedExportTest.php
Test exporting archived files with a format that is already an archive.
EmailedExportTest::testIncludeAttachedFilesWithNativeFile in tests/src/Kernel/EmailedExportTest.php
Test exporting archived files with a format that is a file.
EmailedExportTest::testSendExportAsEmailAttachment in tests/src/Kernel/EmailedExportTest.php
Test the task when emails are sent as attachments.
EmailedExportTest::testSubmissionsExceedingBatchLimit in tests/src/Kernel/EmailedExportTest.php
Test exporting submissions exceeding the batch limit.