mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 12:20:44 +02:00
Issue #5444 - Support for plugin tests - tweaked for github workflow.
This commit is contained in:
6
.github/workflows/test-unit.yml
vendored
6
.github/workflows/test-unit.yml
vendored
@@ -113,13 +113,13 @@ jobs:
|
||||
- name: Install Composer
|
||||
run: curl -sSL https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin/ --filename=composer
|
||||
|
||||
- name: Opt out of CVE-2022-24765 mitigation
|
||||
run: git config --global safe.directory '*'
|
||||
|
||||
- name: Install test dependencies
|
||||
run: composer update --prefer-dist --no-progress
|
||||
working-directory: ./e107_tests/
|
||||
|
||||
- name: Opt out of CVE-2022-24765 mitigation
|
||||
run: git config --global safe.directory '*'
|
||||
|
||||
- name: Download Git submodule dependencies
|
||||
run: git submodule update --init --recursive --remote
|
||||
|
||||
|
@@ -2,17 +2,14 @@
|
||||
"name": "e107inc/e107-test",
|
||||
"description": "Test harness for e107",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"require": {
|
||||
"php": "^7.4 || ^8.0 || ^8.1 || ^8.2 || ^8.3 || ^8.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"twig/twig": "^3.0",
|
||||
"codeception/codeception": "^5.0.11 || ^4.2.2",
|
||||
"codeception/module-asserts": "^3.0 || ^1.3",
|
||||
"codeception/module-db": "^3.1 || ^1.2",
|
||||
"codeception/module-phpbrowser": "^3.0 || ^1.1",
|
||||
"codeception/module-filesystem": "^3.0 || ^1.1",
|
||||
"codeception/module-webdriver": "^4.0 || ^1.4"
|
||||
"codeception/codeception": ">=5.0.11",
|
||||
"codeception/module-asserts": ">=3.0.0",
|
||||
"codeception/module-db": ">=3.1.2",
|
||||
"codeception/module-phpbrowser": ">=1.1.0",
|
||||
"codeception/module-filesystem": ">=3.0.0",
|
||||
"codeception/module-webdriver": ">=4.0.0"
|
||||
},
|
||||
"config": {
|
||||
"optimize-autoloader": true,
|
||||
|
518
e107_tests/composer.lock
generated
518
e107_tests/composer.lock
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user