Update testsuite
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
5c4d13a4c2
commit
ec11a21e77
|
@ -5,6 +5,10 @@
|
|||
"guzzlehttp/guzzle": "^6.3",
|
||||
"intervention/image": "^2.6"
|
||||
},
|
||||
"require-dev": {
|
||||
"laravel/framework": "^6.0",
|
||||
"phpunit/phpunit": "^9.5"
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Werbeagentur AWEOS",
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<phpunit backupGlobals="false"
|
||||
backupStaticAttributes="false"
|
||||
bootstrap="../../../tests/bootstrap.php"
|
||||
bootstrap="../../../modules/system/tests/bootstrap.php"
|
||||
colors="true"
|
||||
convertErrorsToExceptions="true"
|
||||
convertNoticesToExceptions="true"
|
||||
|
@ -27,6 +27,7 @@
|
|||
<env name="ENABLE_CSRF" value="false" />
|
||||
<env name="DB_CONNECTION" value="sqlite" />
|
||||
<env name="DB_DATABASE" value=":memory:" />
|
||||
<env name="QUEUE_CONNECTION" value="sync" />
|
||||
</php>
|
||||
</phpunit>
|
||||
|
||||
|
|
Loading…
Reference in New Issue