You are here

public function XlsxExporterTest::testGetFileExtension in Webform XLSX export 8

Test getFileExtension().

File

tests/src/Unit/XlsxExporterTest.php, line 65

Class

XlsxExporterTest
Class XlsxExporterTest.

Namespace

Drupal\Tests\webform_xlsx_export\Unit

Code

public function testGetFileExtension() {
  $this
    ->assertEquals('xlsx', $this->exporter
    ->getFileExtension());
}