Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Commit

Permalink
[BUILD] Added weak_vendors when calling phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Mar 3, 2019
1 parent 9cb0544 commit 832e684
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?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"/>
</php>
<testsuites>
<testsuite name="ShariffBundle Test Suite">
<directory>./tests/</directory>
Expand Down

0 comments on commit 832e684

Please sign in to comment.