public function testPageIsMutable() { $jsonLD = new Collection([], 'item/route'); $jsonLD->setPage(5); $this->assertEquals(5, $jsonLD->getPage()); }