Skip to content

Commit

Permalink
Replace bootstrap file with phpunit INI values. (laravel#38043)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmichot authored Aug 5, 2021
1 parent 1d87b5e commit acf6201
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 35 deletions.
3 changes: 2 additions & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<phpunit backupGlobals="false"
backupStaticAttributes="false"
beStrictAboutTestsThatDoNotTestAnything="false"
bootstrap="tests/bootstrap.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
Expand All @@ -18,6 +17,8 @@
</testsuite>
</testsuites>
<php>
<ini name="date.timezone" value="UTC" />
<ini name="intl.default_locale" value="C.UTF-8" />
<ini name="memory_limit" value="2048M" />
<!--
<env name="REDIS_HOST" value="127.0.0.1" />
Expand Down
34 changes: 0 additions & 34 deletions tests/bootstrap.php

This file was deleted.

0 comments on commit acf6201

Please sign in to comment.