Example #1
0
 public function testGetTotal()
 {
     $table = new Table($this->paginator);
     $this->assertEquals(5, $table->getTotal());
 }