Exemplo n.º 1
0
 public function testGetting()
 {
     $this->object->limit(100);
     $this->assertSame(100, $this->object->getLimit());
 }