new IdenticalTo(['value' => 7
]),
]],
[-3,
[ new DivisibleBy(['value' => 4
]),
new Negative(),
]],
['FOO',
[ new Choice(['choices' =>
['bar', 'BAR'
]]),
new Regex(['pattern' => '/foo/i'
]),
]],
['fr',
[ new Country(),
new Language(),
]],
[[1, 3, 5
],
[ new Count(['min' => 5
]),
new Unique(),
]],
];
} /**
* @dataProvider getInvalidCombinations
*/