/**
  * @expectedException SQL\Exception\QueryBuilderException
  */
 public function testElseIfAlone()
 {
     $this->queryBuilder->_elseif(true);
 }