public function ExportDataTest::getAllPageIds in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/aklump/loft_data_grids/tests/phpunit/ExportDataTest.php \AKlump\LoftDataGrids\ExportDataTest::getAllPageIds()
File
- vendor/
aklump/ loft_data_grids/ tests/ ExportDataTest.php, line 217 - Tests for the ExportData class
Class
Namespace
AKlump\LoftDataGridsCode
public function getAllPageIds() {
$obj = new ExportData();
$this
->assertSame(array(), $obj
->getAllPageIds());
}