示例#1
0
 public function testUpperExpr()
 {
     $this->assertEquals('UPPER(u.first_name)', (string) $this->_expr->upper('u.first_name'));
 }