public function ScheduleDataTest::testPageIdFormat in Loft Data Grids 7.2
File
- vendor/
aklump/ loft_data_grids/ tests/ phpunit/ ScheduleDataTest.php, line 148
Class
Namespace
AKlump\LoftDataGridsCode
public function testPageIdFormat() {
$control = 'mdY';
$this->obj
->setPageIdFormat($control);
$this
->assertSame($control, $this->obj
->getPageIdFormat());
}