Merge remote-tracking branch 'origin/develop' into...
Merge remote-tracking branch 'origin/develop' into 415-send-information-mail-when-a-extension-key-was-transferred # Conflicts: # extensions/ter_fe2/Classes/Controller/RegisterkeyController.php # extensions/ter_fe2/composer.json
.gitmodules
deleted
100644 → 0
README.md
0 → 100644
Tests/_data/.gitkeep
0 → 100644
Tests/_output/.gitkeep
0 → 100644
Tests/acceptance.suite.yml
0 → 100644
... | ... | @@ -23,37 +23,47 @@ |
{ | ||
"type": "vcs", | ||
"url": "https://git-t3o.typo3.org/t3o/gitlab_api.git" | ||
}, | ||
{ | ||
"type": "vcs", | ||
"url": "https://git-t3o.typo3.org/t3o/test-helpers.git" | ||
} | ||
], | ||
"require": { | ||
"php": ">=7.0", | ||
"ext-pdo": "*", | ||
"php": "^7.4", | ||
"ext-dom": "*", | ||
"ext-json": "*", | ||
"ext-pdo": "*", | ||
"ext-zip": "*", | ||
"ext-zlib": "*", | ||
"t3o/ter-layout": "^0.1", | ||
"t3o/ter-soap": "^2.0", | ||
"t3o/ter-frontend": "^0.4", | ||
"helhum/typo3-console": "^5.7", | ||
"apache-solr-for-typo3/solr": "^10.0", | ||
"t3o/t3olayout": "^4.0", | ||
"nikic/php-parser": "^4.0", | ||
"apache-solr-for-typo3/solr": "^11.0", | ||
"gordalina/cachetool": "^4.0", | ||
"helhum/typo3-secure-web": "^0.2.9", | ||
"typo3/cms-adminpanel": "^9.5", | ||
"typo3/cms-seo": "^9.5", | ||
"ext-json": "*" | ||
"nimut/testing-framework": "^5.0", | ||
"t3o/t3olayout": "^5.0", | ||
"t3o/ter-frontend": "^0.5.0", | ||
"t3o/ter-layout": "^0.2.0", | ||
"t3o/ter-soap": "^2.1", | ||
"typo3/cms-adminpanel": "^10.4", | ||
"typo3/cms-seo": "^10.4" | ||
}, | ||
"require-dev": { | ||
"nimut/testing-framework": "^4.0", | ||
"codeception/codeception": "^4.1", | ||
"codeception/module-phpbrowser": "^1.0", | ||
"codeception/module-asserts": "^1.2" | ||
"codeception/module-asserts": "^1.2", | ||
"neos/utility-files": "^6.0", | ||
"neos/utility-arrays": "^6.0", | ||
"punktde/codeception-cli": "^2.0", | ||
"punktde/codeception-webdriver": "^2.2", | ||
"punktde/codeception-filesystem": "^2.0", | ||
"punktde/codeception-database": "^2.0", | ||
"t3o/test-helpers": "dev-master" | ||
}, | ||
"config": { | ||
"store-auths": false, | ||
"platform": { | ||
"php": "7.2.13" | ||
} | ||
"php": "7.4.8" | ||
}, | ||
"sort-packages": true | ||
}, | ||
"extra": { | ||
"typo3/cms": { | ||
... | ... | @@ -63,7 +73,7 @@ |
}, | ||
"scripts": { | ||
"test:unit": [ | ||
"./vendor/bin/phpunit -c .gitlab-ci/Tests/UnitTests.xml" | ||
"./vendor/bin/phpunit -c .gitlab-ci/Tests/UnitTests.xml --log-junit build/junit-report.xml --coverage-text --colors=never" | ||
], | ||
"test:api": [ | ||
"./vendor/bin/codecept run api --steps" | ||
... | ... |
This diff is collapsed.