mirror of
https://github.com/mewebstudio/PosBundle.git
synced 2026-04-27 02:06:02 +03:00
[PR #2] [MERGED] Adding tests and renamed tag name #3
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PosBundle#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/mewebstudio/PosBundle/pull/2
Author: @nuryagdym
Created: 5/19/2024
Status: ✅ Merged
Merged: 5/19/2024
Merged by: @nuryagdym
Base:
master← Head:adding-tests📝 Commits (10+)
519690dAccountFactory add missing EstPos20e2ba6added integration testsef7bd3drenamed gateway tag name630a0fddocs - example updates9f87a88add support for mews/pos 1.2 versionb35a4beadd github ci actions73727a5trying to fix pipeline8bd2584trying to fix pipeline739914ftrying to fix pipelinef30be45trying to fix pipeline📊 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.