[PR #236] [MERGED] Working on test coverage #270

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

📋 Pull Request Information

Original PR: https://github.com/mewebstudio/pos/pull/236
Author: @nuryagdym
Created: 10/2/2024
Status: Merged
Merged: 10/2/2024
Merged by: @nuryagdym

Base: masterHead: working-on-test-coverage


📝 Commits (3)

  • d2bbf19 add more rules into .editorconfig
  • c765b17 minor code refactor
  • 9a3f831 tests - use assetsSame instead of assertEquals

📊 Changes

26 files changed (+261 additions, -318 deletions)

View changed files

📝 .editorconfig (+4 -0)
📝 src/DataMapper/RequestDataMapper/AkbankPosRequestDataMapper.php (+1 -1)
📝 src/DataMapper/RequestDataMapper/EstPosRequestDataMapper.php (+4 -1)
📝 src/DataMapper/RequestDataMapper/PayFlexCPV4PosRequestDataMapper.php (+0 -9)
📝 src/DataMapper/RequestDataMapper/ToslaPosRequestDataMapper.php (+1 -1)
📝 src/DataMapper/RequestDataMapper/VakifKatilimPosRequestDataMapper.php (+5 -5)
📝 src/Factory/RequestDataMapperFactory.php (+2 -5)
📝 tests/Unit/Crypt/EstPosCryptTest.php (+2 -2)
📝 tests/Unit/Crypt/EstV3PosCryptTest.php (+2 -2)
📝 tests/Unit/Crypt/GarantiPosCryptTest.php (+1 -1)
📝 tests/Unit/Crypt/PosNetV1PosCryptTest.php (+1 -1)
📝 tests/Unit/Crypt/ToslaPosCryptTest.php (+2 -2)
📝 tests/Unit/DataMapper/RequestDataMapper/EstPosRequestDataMapperTest.php (+67 -115)
📝 tests/Unit/DataMapper/RequestDataMapper/EstV3PosRequestDataMapperTest.php (+4 -4)
📝 tests/Unit/DataMapper/RequestDataMapper/GarantiPosRequestDataMapperTest.php (+1 -1)
📝 tests/Unit/DataMapper/RequestDataMapper/KuveytPosRequestDataMapperTest.php (+1 -1)
📝 tests/Unit/DataMapper/RequestDataMapper/PayFlexCPV4PosRequestDataMapperTest.php (+0 -12)
📝 tests/Unit/DataMapper/RequestDataMapper/PayFlexV4PosRequestDataMapperTest.php (+5 -5)
📝 tests/Unit/DataMapper/RequestDataMapper/PayForPosRequestDataMapperTest.php (+124 -130)
📝 tests/Unit/DataMapper/RequestDataMapper/PosNetRequestDataMapperTest.php (+19 -6)

...and 6 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/236 **Author:** [@nuryagdym](https://github.com/nuryagdym) **Created:** 10/2/2024 **Status:** ✅ Merged **Merged:** 10/2/2024 **Merged by:** [@nuryagdym](https://github.com/nuryagdym) **Base:** `master` ← **Head:** `working-on-test-coverage` --- ### 📝 Commits (3) - [`d2bbf19`](https://github.com/mewebstudio/pos/commit/d2bbf19f5bdbe9a047540f4d59151c37095d46d3) add more rules into .editorconfig - [`c765b17`](https://github.com/mewebstudio/pos/commit/c765b1774101fd84c611078f061263e056bfac97) minor code refactor - [`9a3f831`](https://github.com/mewebstudio/pos/commit/9a3f8317744456a97da7bc987d83cb3b26782a50) tests - use assetsSame instead of assertEquals ### 📊 Changes **26 files changed** (+261 additions, -318 deletions) <details> <summary>View changed files</summary> 📝 `.editorconfig` (+4 -0) 📝 `src/DataMapper/RequestDataMapper/AkbankPosRequestDataMapper.php` (+1 -1) 📝 `src/DataMapper/RequestDataMapper/EstPosRequestDataMapper.php` (+4 -1) 📝 `src/DataMapper/RequestDataMapper/PayFlexCPV4PosRequestDataMapper.php` (+0 -9) 📝 `src/DataMapper/RequestDataMapper/ToslaPosRequestDataMapper.php` (+1 -1) 📝 `src/DataMapper/RequestDataMapper/VakifKatilimPosRequestDataMapper.php` (+5 -5) 📝 `src/Factory/RequestDataMapperFactory.php` (+2 -5) 📝 `tests/Unit/Crypt/EstPosCryptTest.php` (+2 -2) 📝 `tests/Unit/Crypt/EstV3PosCryptTest.php` (+2 -2) 📝 `tests/Unit/Crypt/GarantiPosCryptTest.php` (+1 -1) 📝 `tests/Unit/Crypt/PosNetV1PosCryptTest.php` (+1 -1) 📝 `tests/Unit/Crypt/ToslaPosCryptTest.php` (+2 -2) 📝 `tests/Unit/DataMapper/RequestDataMapper/EstPosRequestDataMapperTest.php` (+67 -115) 📝 `tests/Unit/DataMapper/RequestDataMapper/EstV3PosRequestDataMapperTest.php` (+4 -4) 📝 `tests/Unit/DataMapper/RequestDataMapper/GarantiPosRequestDataMapperTest.php` (+1 -1) 📝 `tests/Unit/DataMapper/RequestDataMapper/KuveytPosRequestDataMapperTest.php` (+1 -1) 📝 `tests/Unit/DataMapper/RequestDataMapper/PayFlexCPV4PosRequestDataMapperTest.php` (+0 -12) 📝 `tests/Unit/DataMapper/RequestDataMapper/PayFlexV4PosRequestDataMapperTest.php` (+5 -5) 📝 `tests/Unit/DataMapper/RequestDataMapper/PayForPosRequestDataMapperTest.php` (+124 -130) 📝 `tests/Unit/DataMapper/RequestDataMapper/PosNetRequestDataMapperTest.php` (+19 -6) _...and 6 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:15 +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#270
No description provided.