Skip to content

Commit

Permalink
Merge pull request #22 from core23/develop
Browse files Browse the repository at this point in the history
Replaced deprecated "weak_vendors" option
  • Loading branch information
core23 committed Jun 4, 2019
2 parents d3cd0b2 + b0bf54f commit 69e87eb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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
6 changes: 6 additions & 0 deletions phpunit.xml.dist
@@ -1,10 +1,16 @@
<?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="max[self]=0"/>
</php>
<testsuites>
<testsuite name="Last.fm PHP API Test Suite">
<directory>./tests/</directory>
</testsuite>
</testsuites>
<listeners>
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener"/>
</listeners>
<filter>
<whitelist>
<directory suffix=".php">./src/</directory>
Expand Down

0 comments on commit 69e87eb

Please sign in to comment.