File
- drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/ChoiceValidatorTest.php, line 27
Class
- ChoiceValidatorTest
Namespace
Symfony\Component\Validator\Tests\Constraints
Code
public static function staticCallback() {
return array(
'foo',
'bar',
);
}