Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a469c56

Browse files
committed
Merge branch '2.5'
* 2.5: [Debug] Restoring error handler before assertions Unit test fixes Fixed merge conflict in .travis.yml introduced in 687703a Conflicts: src/Symfony/Component/Debug/Tests/ErrorHandlerTest.php
2 parents cd9ae6f + 99e6d66 commit a469c56

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ before_install:
2222
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm-nightly" ]; then echo "extension = memcached.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi;'
2323
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm-nightly" ]; then echo "extension = memcache.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi;'
2424
- sudo locale-gen fr_FR.UTF-8 && sudo update-locale
25-
<<<<<<< HEAD
26-
- COMPOSER_ROOT_VERSION=dev-master composer --prefer-source --dev install
27-
=======
28-
>>>>>>> 2.4
2925
# - sh -c 'if [ "$TRAVIS_PHP_VERSION" != "5.3.3" ]; then phpunit --self-update; fi;'
3026

3127
install:

src/Symfony/Component/Validator/Tests/Constraints/ImageValidatorTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
use Symfony\Component\Validator\Constraints\Image;
1515
use Symfony\Component\Validator\Constraints\ImageValidator;
16+
use Symfony\Component\Validator\Validation;
1617

1718
class ImageValidatorTest extends AbstractConstraintValidatorTest
1819
{

0 commit comments

Comments
 (0)