You are here

public function ScheduleDataTest::testPageIdFormat in Loft Data Grids 7.2

File

vendor/aklump/loft_data_grids/tests/phpunit/ScheduleDataTest.php, line 148

Class

ScheduleDataTest

Namespace

AKlump\LoftDataGrids

Code

public function testPageIdFormat() {
  $control = 'mdY';
  $this->obj
    ->setPageIdFormat($control);
  $this
    ->assertSame($control, $this->obj
    ->getPageIdFormat());
}