[PR #1044] [MERGED] Upgrade PHPUnit from 9 to 10 #1226

Closed
opened 2026-02-25 21:37:37 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/cypht-org/cypht/pull/1044
Author: @Shadow243
Created: 5/24/2024
Status: Merged
Merged: 6/5/2024
Merged by: @kroky

Base: masterHead: phpunit-10


📝 Commits (5)

  • 4851dac Upgrade PHPUnit from 9 to 10
  • 40ea042 PHPUnit10: resolve prefixes
  • eb3107f [ENH] Separate tests files to prevent non-execution of some of them
  • 3efee60 Rename phpunit/modules/core/modules.php to make other tests availlable
  • 33e22e1 remove message user unittestuser already exists showing while running phpunit tests

📊 Changes

53 files changed (+2614 additions, -2574 deletions)

View changed files

📝 .github/workflows/Nightly-Image.yml (+1 -1)
📝 .github/workflows/Test-Build.yml (+2 -2)
📝 .travis.yml (+4 -4)
📝 .travis/phpunit.xml (+3 -0)
📝 .travis/run.sh (+1 -1)
📝 .travis/setup.sh (+3 -3)
📝 INSTALL (+1 -1)
📝 composer.json (+3 -3)
📝 composer.lock (+237 -354)
📝 lib/auth.php (+4 -1)
📝 lib/ini_set.php (+1 -1)
📝 scripts/config_gen.php (+1 -1)
📝 scripts/create_config.php (+1 -1)
📝 tests/phpunit/api.php (+1 -1)
📝 tests/phpunit/cache.php (+0 -329)
📝 tests/phpunit/config.php (+2 -176)
📝 tests/phpunit/crypt.php (+0 -150)
tests/phpunit/crypt_base.php (+111 -0)
tests/phpunit/db_session.php (+164 -0)
tests/phpunit/debug.php (+25 -0)

...and 33 more files

📄 Description

Related Task: https://avan.tech/item106800


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/cypht-org/cypht/pull/1044 **Author:** [@Shadow243](https://github.com/Shadow243) **Created:** 5/24/2024 **Status:** ✅ Merged **Merged:** 6/5/2024 **Merged by:** [@kroky](https://github.com/kroky) **Base:** `master` ← **Head:** `phpunit-10` --- ### 📝 Commits (5) - [`4851dac`](https://github.com/cypht-org/cypht/commit/4851dac2b2382d17c65d2454e451083a02ba1076) Upgrade PHPUnit from 9 to 10 - [`40ea042`](https://github.com/cypht-org/cypht/commit/40ea042ac13cdd5df77b2ecc63484277c5362dc0) PHPUnit10: resolve prefixes - [`eb3107f`](https://github.com/cypht-org/cypht/commit/eb3107f9f29cfed1a8de0ca209e472351d3c3258) [ENH] Separate tests files to prevent non-execution of some of them - [`3efee60`](https://github.com/cypht-org/cypht/commit/3efee60391a41cfa0f9acc1f827a0eee09e20c29) Rename phpunit/modules/core/modules.php to make other tests availlable - [`33e22e1`](https://github.com/cypht-org/cypht/commit/33e22e1a47d3714ad692c3b2eeb91b421e8bfeeb) remove message user unittestuser already exists showing while running phpunit tests ### 📊 Changes **53 files changed** (+2614 additions, -2574 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/Nightly-Image.yml` (+1 -1) 📝 `.github/workflows/Test-Build.yml` (+2 -2) 📝 `.travis.yml` (+4 -4) 📝 `.travis/phpunit.xml` (+3 -0) 📝 `.travis/run.sh` (+1 -1) 📝 `.travis/setup.sh` (+3 -3) 📝 `INSTALL` (+1 -1) 📝 `composer.json` (+3 -3) 📝 `composer.lock` (+237 -354) 📝 `lib/auth.php` (+4 -1) 📝 `lib/ini_set.php` (+1 -1) 📝 `scripts/config_gen.php` (+1 -1) 📝 `scripts/create_config.php` (+1 -1) 📝 `tests/phpunit/api.php` (+1 -1) 📝 `tests/phpunit/cache.php` (+0 -329) 📝 `tests/phpunit/config.php` (+2 -176) 📝 `tests/phpunit/crypt.php` (+0 -150) ➕ `tests/phpunit/crypt_base.php` (+111 -0) ➕ `tests/phpunit/db_session.php` (+164 -0) ➕ `tests/phpunit/debug.php` (+25 -0) _...and 33 more files_ </details> ### 📄 Description Related Task: [https://avan.tech/item106800](https://avan.tech/item106800) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 21:37:37 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cypht#1226
No description provided.