Update testsuite
continuous-integration/drone/push Build is passing Details

This commit is contained in:
philipp lang 2021-12-17 01:02:53 +01:00
parent 5c4d13a4c2
commit ec11a21e77
3 changed files with 5746 additions and 38 deletions

View File

@ -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",

5777
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -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>