public function XlsxExporterTest::testCreateExport in Webform XLSX export 8
Test createExport().
File
- tests/
src/ Unit/ XlsxExporterTest.php, line 72
Class
- XlsxExporterTest
- Class XlsxExporterTest.
Namespace
Drupal\Tests\webform_xlsx_export\UnitCode
public function testCreateExport() {
$this
->assertNull($this->exporter
->createExport());
}