public function testGetting()
 {
     $this->object->limit(100);
     $this->assertSame(100, $this->object->getLimit());
 }