Skip to content

Commit 3b7a5ec

Browse files
committed
dumping stack trace on direct deprecation
1 parent 08f1f5b commit 3b7a5ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ before_install:
3131
- composer update
3232

3333
install:
34-
- ./vendor/bin/simple-phpunit install
34+
- SYMFONY_DEPRECATIONS_HELPER='/Doctrine\\Common\\Persistence\\Mapping\\Driver\\MappingDriverChain class is deprecated/' ./vendor/bin/simple-phpunit install
3535

3636
script:
3737
- composer validate --strict --no-check-lock

0 commit comments

Comments
 (0)