function XLSExporterTest::testExport in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/aklump/loft_data_grids/tests/XLSExporterTest.php \AKlump\LoftDataGrids\XLSExporterTest::testExport()
File
- vendor/
aklump/ loft_data_grids/ tests/ phpunit/ XLSXExporterTest.php, line 76 - Tests for the XLSExporter class
Class
Namespace
AKlump\LoftDataGridsCode
function testExport() {
$result = $this->exporter2
->export();
$this
->assertInstanceOf('PHPExcel', $result);
}