You are here

function XLSExporterTest::testExport in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/aklump/loft_data_grids/tests/phpunit/XLSXExporterTest.php \AKlump\LoftDataGrids\XLSExporterTest::testExport()

File

vendor/aklump/loft_data_grids/tests/XLSExporterTest.php, line 58
Tests for the XLSExporter class

Class

XLSExporterTest

Namespace

AKlump\LoftDataGrids

Code

function testExport() {
  $result = $this->exporter
    ->export();
  $this
    ->assertInstanceOf('PHPExcel', $result);
}