Пример #1
0
 public function testPageIsMutable()
 {
     $jsonLD = new Collection([], 'item/route');
     $jsonLD->setPage(5);
     $this->assertEquals(5, $jsonLD->getPage());
 }