name = 'Angela'; $attribute = 'name'; $targetAttribute = [$attribute => "[[jsonb_col]]->>'name'"]; $result = $this->invokeMethod(new UniqueValidator(), 'prepareConditions', [$targetAttribute, $model, $attribute]); $expected = ['{{' . Type::tableName() . '}}.' . $targetAttribute[$attribute] => $model->name]; $this->assertEquals($expected, $result); } }