Skip to content

Commit

Permalink
Merge pull request #7340 from guilliamxavier/patch-1
Browse files Browse the repository at this point in the history
Fix config template for PHPUnit >= 7.2
  • Loading branch information
Majkl578 committed Aug 8, 2018
2 parents 1951401 + f4b2031 commit 39609b8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions phpunit.xml.dist
Expand Up @@ -19,10 +19,6 @@
bootstrap="./tests/Doctrine/Tests/TestInit.php"
>

<php>
<env name="COLUMNS" value="120"/>
</php>

<testsuites>
<testsuite name="Doctrine ORM Test Suite">
<directory>./tests/Doctrine/Tests/ORM</directory>
Expand All @@ -37,6 +33,8 @@
</groups>

<php>
<env name="COLUMNS" value="120"/>

<!-- "Real" test database -->
<!-- uncomment, otherwise sqlite memory runs
<var name="db_type" value="pdo_mysql"/>
Expand Down

0 comments on commit 39609b8

Please sign in to comment.