[PR #2] [MERGED] Adding tests and renamed tag name #3

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

📋 Pull Request Information

Original PR: https://github.com/mewebstudio/PosBundle/pull/2
Author: @nuryagdym
Created: 5/19/2024
Status: Merged
Merged: 5/19/2024
Merged by: @nuryagdym

Base: masterHead: adding-tests


📝 Commits (10+)

📊 Changes

14 files changed (+574 additions, -40 deletions)

View changed files

.gitattributes (+6 -0)
.github/workflows/ci-php.yml (+21 -0)
📝 README.md (+5 -19)
📝 composer.json (+10 -2)
📝 docs/EXAMPLE_CONFIGURATIONS.md (+4 -18)
phpunit.xml (+30 -0)
📝 src/DependencyInjection/MewsPosExtension.php (+1 -1)
📝 src/Gateway/AccountFactory.php (+2 -0)
tests/Integration/GatewaysTest.php (+268 -0)
tests/Kernel/Kernel.php (+30 -0)
tests/bootstrap.php (+5 -0)
tests/config/framework.yaml (+5 -0)
tests/config/mews_pos.yaml (+148 -0)
tests/config/services.yaml (+39 -0)

📄 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/PosBundle/pull/2 **Author:** [@nuryagdym](https://github.com/nuryagdym) **Created:** 5/19/2024 **Status:** ✅ Merged **Merged:** 5/19/2024 **Merged by:** [@nuryagdym](https://github.com/nuryagdym) **Base:** `master` ← **Head:** `adding-tests` --- ### 📝 Commits (10+) - [`519690d`](https://github.com/mewebstudio/PosBundle/commit/519690d8b45145a7effc9283d5e7cab001c9d0d4) AccountFactory add missing EstPos - [`20e2ba6`](https://github.com/mewebstudio/PosBundle/commit/20e2ba6014f501fe00f17f785ff5be4d8e51d5e4) added integration tests - [`ef7bd3d`](https://github.com/mewebstudio/PosBundle/commit/ef7bd3d9ebcbff5536ffe6ebfce6279ae8f47d52) renamed gateway tag name - [`630a0fd`](https://github.com/mewebstudio/PosBundle/commit/630a0fd3ee663fa863b7a3b98d32a4c616c390a5) docs - example updates - [`9f87a88`](https://github.com/mewebstudio/PosBundle/commit/9f87a8821b1b7b3787420d9e21b3649c7464625c) add support for mews/pos 1.2 version - [`b35a4be`](https://github.com/mewebstudio/PosBundle/commit/b35a4be0c10833381614263c1a6a6eeb974ba447) add github ci actions - [`73727a5`](https://github.com/mewebstudio/PosBundle/commit/73727a59ebe0b5dfb6a7156e7e1ec01531876071) trying to fix pipeline - [`8bd2584`](https://github.com/mewebstudio/PosBundle/commit/8bd25843978f4b0444e7350d5d2cd39b28dfcdb2) trying to fix pipeline - [`739914f`](https://github.com/mewebstudio/PosBundle/commit/739914f3f593d0cc0b24bd0d026715d94a010c45) trying to fix pipeline - [`f30be45`](https://github.com/mewebstudio/PosBundle/commit/f30be457249959a5383b7fae6d39f069059e8cd5) trying to fix pipeline ### 📊 Changes **14 files changed** (+574 additions, -40 deletions) <details> <summary>View changed files</summary> ➕ `.gitattributes` (+6 -0) ➕ `.github/workflows/ci-php.yml` (+21 -0) 📝 `README.md` (+5 -19) 📝 `composer.json` (+10 -2) 📝 `docs/EXAMPLE_CONFIGURATIONS.md` (+4 -18) ➕ `phpunit.xml` (+30 -0) 📝 `src/DependencyInjection/MewsPosExtension.php` (+1 -1) 📝 `src/Gateway/AccountFactory.php` (+2 -0) ➕ `tests/Integration/GatewaysTest.php` (+268 -0) ➕ `tests/Kernel/Kernel.php` (+30 -0) ➕ `tests/bootstrap.php` (+5 -0) ➕ `tests/config/framework.yaml` (+5 -0) ➕ `tests/config/mews_pos.yaml` (+148 -0) ➕ `tests/config/services.yaml` (+39 -0) </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:41:54 +03:00
Sign in to join this conversation.
No labels
pull-request
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/PosBundle#3
No description provided.