Skip to content

Commit

Permalink
Merge 0f61427 into d453bcc
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Jun 4, 2019
2 parents d453bcc + 0f61427 commit 07772be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -19,7 +19,7 @@ cache:
env:
global:
- PATH="$HOME/.composer/vendor/bin:$PATH"
- SYMFONY_DEPRECATIONS_HELPER=weak_vendors
- SYMFONY_DEPRECATIONS_HELPER=max[self]=0
- TARGET=test

stages:
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" bootstrap="tests/bootstrap.php">
<php>
<env name="SYMFONY_DEPRECATIONS_HELPER" value="weak_vendors"/>
<env name="SYMFONY_DEPRECATIONS_HELPER" value="max[self]=0"/>
</php>
<testsuites>
<testsuite name="MenuBundle Test Suite">
Expand Down

0 comments on commit 07772be

Please sign in to comment.