[PR #235] [MERGED] Working on test coverage #268

Closed
opened 2026-03-03 15:44:14 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mewebstudio/pos/pull/235
Author: @nuryagdym
Created: 9/27/2024
Status: Merged
Merged: 9/27/2024
Merged by: @nuryagdym

Base: masterHead: working-on-test-coverage


📝 Commits (2)

  • a4dc8d3 crypt tests - replace NullLogger usages
  • 387c379 tests - replace crypt instances with mocks

📊 Changes

28 files changed (+734 additions, -310 deletions)

View changed files

📝 tests/Unit/Crypt/AkbankPosCryptTest.php (+3 -2)
📝 tests/Unit/Crypt/EstPosCryptTest.php (+4 -2)
📝 tests/Unit/Crypt/EstV3PosCryptTest.php (+7 -2)
📝 tests/Unit/Crypt/GarantiPosCryptTest.php (+4 -2)
📝 tests/Unit/Crypt/InterPosCryptTest.php (+3 -2)
📝 tests/Unit/Crypt/KuveytPosCryptTest.php (+4 -2)
📝 tests/Unit/Crypt/PayFlexCP4CryptTest.php (+3 -2)
📝 tests/Unit/Crypt/PayForPosCryptTest.php (+4 -2)
📝 tests/Unit/Crypt/PosNetCryptTest.php (+4 -2)
📝 tests/Unit/Crypt/PosNetV1PosCryptTest.php (+3 -2)
📝 tests/Unit/Crypt/ToslaPosCryptTest.php (+4 -2)
📝 tests/Unit/DataMapper/RequestDataMapper/GarantiPosRequestDataMapperTest.php (+284 -179)
📝 tests/Unit/DataMapper/RequestDataMapper/PayFlexCPV4PosRequestDataMapperTest.php (+17 -8)
📝 tests/Unit/DataMapper/RequestDataMapper/PosNetRequestDataMapperTest.php (+32 -9)
📝 tests/Unit/DataMapper/RequestDataMapper/PosNetV1PosRequestDataMapperTest.php (+71 -10)
📝 tests/Unit/DataMapper/RequestDataMapper/VakifKatilimPosRequestDataMapperTest.php (+134 -21)
📝 tests/Unit/DataMapper/ResponseDataMapper/AkbankPosResponseDataMapperTest.php (+8 -2)
📝 tests/Unit/DataMapper/ResponseDataMapper/EstPosResponseDataMapperTest.php (+14 -6)
📝 tests/Unit/DataMapper/ResponseDataMapper/GarantiPosResponseDataMapperTest.php (+14 -6)
📝 tests/Unit/DataMapper/ResponseDataMapper/InterPosResponseDataMapperTest.php (+15 -6)

...and 8 more files

📄 Description

No description provided


🔄 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/mewebstudio/pos/pull/235 **Author:** [@nuryagdym](https://github.com/nuryagdym) **Created:** 9/27/2024 **Status:** ✅ Merged **Merged:** 9/27/2024 **Merged by:** [@nuryagdym](https://github.com/nuryagdym) **Base:** `master` ← **Head:** `working-on-test-coverage` --- ### 📝 Commits (2) - [`a4dc8d3`](https://github.com/mewebstudio/pos/commit/a4dc8d320b3855a6bab66280283c953cf4090fce) crypt tests - replace NullLogger usages - [`387c379`](https://github.com/mewebstudio/pos/commit/387c379b2bd24bfc410df0ec9dfd3c7af1d83552) tests - replace crypt instances with mocks ### 📊 Changes **28 files changed** (+734 additions, -310 deletions) <details> <summary>View changed files</summary> 📝 `tests/Unit/Crypt/AkbankPosCryptTest.php` (+3 -2) 📝 `tests/Unit/Crypt/EstPosCryptTest.php` (+4 -2) 📝 `tests/Unit/Crypt/EstV3PosCryptTest.php` (+7 -2) 📝 `tests/Unit/Crypt/GarantiPosCryptTest.php` (+4 -2) 📝 `tests/Unit/Crypt/InterPosCryptTest.php` (+3 -2) 📝 `tests/Unit/Crypt/KuveytPosCryptTest.php` (+4 -2) 📝 `tests/Unit/Crypt/PayFlexCP4CryptTest.php` (+3 -2) 📝 `tests/Unit/Crypt/PayForPosCryptTest.php` (+4 -2) 📝 `tests/Unit/Crypt/PosNetCryptTest.php` (+4 -2) 📝 `tests/Unit/Crypt/PosNetV1PosCryptTest.php` (+3 -2) 📝 `tests/Unit/Crypt/ToslaPosCryptTest.php` (+4 -2) 📝 `tests/Unit/DataMapper/RequestDataMapper/GarantiPosRequestDataMapperTest.php` (+284 -179) 📝 `tests/Unit/DataMapper/RequestDataMapper/PayFlexCPV4PosRequestDataMapperTest.php` (+17 -8) 📝 `tests/Unit/DataMapper/RequestDataMapper/PosNetRequestDataMapperTest.php` (+32 -9) 📝 `tests/Unit/DataMapper/RequestDataMapper/PosNetV1PosRequestDataMapperTest.php` (+71 -10) 📝 `tests/Unit/DataMapper/RequestDataMapper/VakifKatilimPosRequestDataMapperTest.php` (+134 -21) 📝 `tests/Unit/DataMapper/ResponseDataMapper/AkbankPosResponseDataMapperTest.php` (+8 -2) 📝 `tests/Unit/DataMapper/ResponseDataMapper/EstPosResponseDataMapperTest.php` (+14 -6) 📝 `tests/Unit/DataMapper/ResponseDataMapper/GarantiPosResponseDataMapperTest.php` (+14 -6) 📝 `tests/Unit/DataMapper/ResponseDataMapper/InterPosResponseDataMapperTest.php` (+15 -6) _...and 8 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 15:44:14 +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/pos#268
No description provided.