public function testGeneratesRegularExpressionSQLSnippet()
 {
     $this->assertEquals('REGEXP', $this->_platform->getRegexpExpression());
 }