1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 11:50:30 +02:00

Issue #5444 - Support for plugin tests - tweaked for github workflow.

This commit is contained in:
camer0n
2025-03-16 14:27:54 -07:00
parent d7c69a8d81
commit d58f199f28
3 changed files with 208 additions and 331 deletions

View File

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

View File

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

File diff suppressed because it is too large Load Diff