Example #1
0
 /**
  * @covers ::getRows
  */
 public function testGetRows()
 {
     $this->assertEquals($this->rows, $this->collection->getRows());
 }