You are here

public function ExportDataTest::getAllPageIds in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/aklump/loft_data_grids/tests/ExportDataTest.php \AKlump\LoftDataGrids\ExportDataTest::getAllPageIds()

File

vendor/aklump/loft_data_grids/tests/phpunit/ExportDataTest.php, line 226
Tests for the ExportData class

Class

ExportDataTest

Namespace

AKlump\LoftDataGrids

Code

public function getAllPageIds() {
  $obj = new ExportData();
  $this
    ->assertSame(array(), $obj
    ->getAllPageIds());
}