mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #962] [MERGED] Use PestPHP #1086
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/962
Author: @lancepioch
Created: 1/30/2025
Status: ✅ Merged
Merged: 1/31/2025
Merged by: @lancepioch
Base:
main← Head:lance/pest📝 Commits (10+)
d715ea3Install Pestb1cc8faDon’t use bootstrap file anymore3e3fd22Fix commentfbf7f00Think this is needed8bd6231Reset thisd89f244Switch dataproviders to attributes663e02fFix thesefc2b217Support in memory databasesa9c707fFix this migrationf21752dSwitch this back for now📊 Changes
45 files changed (+1149 additions, -455 deletions)
View changed files
📝
.github/workflows/ci.yaml(+6 -6)📝
app/Http/Requests/Api/Client/ClientApiRequest.php(+1 -4)➖
bootstrap/tests.php(+0 -45)📝
composer.json(+5 -2)📝
composer.lock(+980 -256)📝
config/database.php(+2 -1)📝
database/migrations/2025_01_03_210426_remove_user_first_and_last_names.php(+2 -2)📝
phpunit.xml(+31 -29)📝
tests/Integration/Api/Application/ApplicationApiIntegrationTestCase.php(+0 -2)📝
tests/Integration/Api/Application/Users/UserControllerTest.php(+2 -2)📝
tests/Integration/Api/Client/ApiKeyControllerTest.php(+2 -2)📝
tests/Integration/Api/Client/ClientApiIntegrationTestCase.php(+0 -19)📝
tests/Integration/Api/Client/ClientControllerTest.php(+2 -2)📝
tests/Integration/Api/Client/Server/Allocation/AllocationAuthorizationTest.php(+2 -3)📝
tests/Integration/Api/Client/Server/Allocation/CreateNewAllocationTest.php(+2 -2)📝
tests/Integration/Api/Client/Server/Allocation/DeleteAllocationTest.php(+2 -2)📝
tests/Integration/Api/Client/Server/Backup/BackupAuthorizationTest.php(+2 -3)📝
tests/Integration/Api/Client/Server/Database/DatabaseAuthorizationTest.php(+2 -3)📝
tests/Integration/Api/Client/Server/NetworkAllocationControllerTest.php(+3 -5)📝
tests/Integration/Api/Client/Server/PowerControllerTest.php(+3 -4)...and 25 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.