8000 [Validator] Code property can't be populated to ConstraintViolation by aeoris · Pull Request #7276 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[Validator] Code property can't be populated to ConstraintViolation #7276

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'upstream/master' into ConstraintViolati…
…onCode

Conflicts:
	src/Symfony/Component/Validator/Constraints/CountryValidator.php
	src/Symfony/Component/Validator/Constraints/LanguageValidator.php
	src/Symfony/Component/Validator/Constraints/LocaleValidator.php
	src/Symfony/Component/Validator/Constraints/MaxLengthValidator.php
	src/Symfony/Component/Validator/Constraints/MaxValidator.php
	src/Symfony/Component/Validator/Constraints/MinLengthValidator.php
	src/Symfony/Component/Validator/Constraints/MinValidator.php
  • Loading branch information
aeoris committed Nov 2, 2013
commit e2eca8ef6cd3651401a02ca64366110657bcd132
The diff you're trying to view is too large. We only load the first 3000 changed files.
13 changes: 7 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ php:
- 5.4
- 5.5

matrix:
allow_failures:
- php: 5.5

before_script:
- sudo apt-get install parallel
- echo '' > ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini
- sh -c 'if [ $(php -r "echo PHP_MINOR_VERSION;") -le 4 ]; then echo "extension = apc.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi;'
- COMPOSER_ROOT_VERSION=dev-master composer --prefer-source --dev install
- php src/Symfony/Component/Locale/Resources/data/build-data.php
- export USE_INTL_ICU_DATA_VERSION=1

script:
- ls -d src/Symfony/*/* | parallel --gnu --keep-order 'echo "Running {} tests"; phpunit --exclude-group tty,benchmark {};' || exit 1
- echo "Running tests requiring tty"; phpunit --group tty
469 changes: 0 additions & 469 deletions CHANGELOG-2.0.md

This file was deleted.

223 changes: 0 additions & 223 deletions CHANGELOG-2.1.md

This file was deleted.

Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.
0