public function testCustomSelectExpression()
 {
     $this->assertEquals('MY_CUSTOM_FUNCTION(doodads,foobar) AS custom', QueryAssembler::stringify(CustomSelectExpression::createWithAlias('MY_CUSTOM_FUNCTION(doodads,foobar)', 'custom')));
 }