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