public function testAndWhere()
 {
     $this->assertInstanceOf('SQL\\SelectQueryBuilder', $this->queryBuilder->andWhere('id', 1, SelectQueryBuilder::EQUALS));
 }