mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-20 14:17:46 +01:00
merge from yiisoft/yii2
This commit is contained in:
@@ -415,10 +415,10 @@ abstract class UniqueValidatorTest extends DatabaseTestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* Test expresssion in targetAttribute.
|
||||
* Test expression in targetAttribute.
|
||||
* @see https://github.com/yiisoft/yii2/issues/14304
|
||||
*/
|
||||
public function testExpresionInAttributeColumnName()
|
||||
public function testExpressionInAttributeColumnName()
|
||||
{
|
||||
$validator = new UniqueValidator([
|
||||
'targetAttribute' => [
|
||||
|
||||
Reference in New Issue
Block a user