public function testCreateSelect()
 {
     $this->assertInstanceOf('\\SQL\\SelectQueryBuilder', QueryBuilder::createSelect());
 }