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", "guzzlehttp/guzzle": "^6.3",
"intervention/image": "^2.6" "intervention/image": "^2.6"
}, },
"require-dev": {
"laravel/framework": "^6.0",
"phpunit/phpunit": "^9.5"
},
"authors": [ "authors": [
{ {
"name": "Werbeagentur AWEOS", "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"?> <?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false" <phpunit backupGlobals="false"
backupStaticAttributes="false" backupStaticAttributes="false"
bootstrap="../../../tests/bootstrap.php" bootstrap="../../../modules/system/tests/bootstrap.php"
colors="true" colors="true"
convertErrorsToExceptions="true" convertErrorsToExceptions="true"
convertNoticesToExceptions="true" convertNoticesToExceptions="true"
@ -27,6 +27,7 @@
<env name="ENABLE_CSRF" value="false" /> <env name="ENABLE_CSRF" value="false" />
<env name="DB_CONNECTION" value="sqlite" /> <env name="DB_CONNECTION" value="sqlite" />
<env name="DB_DATABASE" value=":memory:" /> <env name="DB_DATABASE" value=":memory:" />
<env name="QUEUE_CONNECTION" value="sync" />
</php> </php>
</phpunit> </phpunit>