コード例 #1
0
ファイル: ExprTest.php プロジェクト: selimcr/servigases
 public function testLowerExpr()
 {
     $this->assertEquals('LOWER(u.first_name)', (string) $this->_expr->lower('u.first_name'));
 }