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