コード例 #1
0
ファイル: TableTest.php プロジェクト: nsbucky/resulttable
 public function testGetTotal()
 {
     $table = new Table($this->paginator);
     $this->assertEquals(5, $table->getTotal());
 }