Example #1
0
 public function testRowQualityNumeric()
 {
     $value = 10;
     $this->table->setRowQuantity($value);
     $this->assertEquals($value, Helper::getPrivateValue($this->table, 'rowQuantity'));
 }