You are here

public function XLSExporterTest::testOutput in Loft Data Grids 7.2

File

vendor/aklump/loft_data_grids/tests/phpunit/XLSXExporterTest.php, line 17
Tests for the XLSExporter class

Class

XLSExporterTest

Namespace

AKlump\LoftDataGrids

Code

public function testOutput() {
  $subject = $this->exporter
    ->export();
  $this
    ->assertInstanceOf('PHPExcel', $subject);
  $this
    ->assertMethodSaveFile();
}