public function ExportDataTest::getAllPageIds in Loft Data Grids 7.2
Same name and namespace in other branches
- 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
Namespace
AKlump\LoftDataGridsCode
public function getAllPageIds() {
$obj = new ExportData();
$this
->assertSame(array(), $obj
->getAllPageIds());
}