You are here

public function YAMLFrontMatterExporterTest::testGetInfo in Loft Data Grids 7.2

File

vendor/aklump/loft_data_grids/tests/phpunit/YAMLFrontMatterExporterTest.php, line 62
Tests for the YAMLFrontMatterExporter class

Class

YAMLFrontMatterExporterTest

Namespace

AKlump\LoftDataGrids

Code

public function testGetInfo() {
  $info = $this->exporter
    ->getInfo();
  $this
    ->assertSame('.html', $info['extension']);
  $this
    ->assertSame('AKlump\\LoftDataGrids\\YAMLFrontMatterExporter', $info['class']);
}