File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7373 export PHPLIST_DATABASE_PASSWORD=${{ env.DB_PASSWORD }}
7474 export PHPLIST_DATABASE_PORT=${{ job.services.mysql.ports['3306'] }}
7575 export PHPLIST_DATABASE_HOST=127.0.0.1
76+ export PHPLIST_DATABASE_PATH=
7677 vendor/bin/phpunit tests/Integration/
7778 continue-on-error : ${{matrix.php-versions == '8.0' }} # [temp-php8]
7879 - name : Running static analysis
Original file line number Diff line number Diff line change 1515/var /
1616/vendor /
1717.phpunit.result.cache
18+ .env
19+ .env.dist
Original file line number Diff line number Diff line change 4242 },
4343 "require" : {
4444 "php" : " ^8.1" ,
45- "phplist/core" : " dev-main " ,
45+ "phplist/core" : " dev-env " ,
4646 "friendsofsymfony/rest-bundle" : " *" ,
4747 "symfony/test-pack" : " ^1.0" ,
4848 "symfony/process" : " ^6.4" ,
8585 " PhpList\\ Core\\ Composer\\ ScriptHandler::createGeneralConfiguration" ,
8686 " PhpList\\ Core\\ Composer\\ ScriptHandler::createBundleConfiguration" ,
8787 " PhpList\\ Core\\ Composer\\ ScriptHandler::createRoutesConfiguration" ,
88+ " PhpList\\ Core\\ Composer\\ ScriptHandler::createDotenvConfiguration" ,
8889 " PhpList\\ Core\\ Composer\\ ScriptHandler::createParametersConfiguration" ,
8990 " PhpList\\ Core\\ Composer\\ ScriptHandler::clearAllCaches"
9091 ],
You can’t perform that action at this time.
0 commit comments