public function testCalcFoundRows()
 {
     $this->assertInstanceOf('SQL\\SelectQueryBuilder', $this->queryBuilder->calcFoundRows());
     $this->assertEquals(array('SQL_CALC_FOUND_ROWS'), $this->queryBuilder->getOptions());
 }