Search by

heylight / ecom-shopware-6-5

go2flowMarcel-Sass

HeyLight Shopware 6.7 Plugin

Package info

github.com/Go2Flow/heylight-sw6-5-payment-plugin

Type:shopware-platform-plugin

pkg:composer/heylight/ecom-shopware-6-5

Statistics

Installs: 9

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.2 2025-05-12 09:56 UTC

This package is auto-updated.

Last update: 2026-09-09 08:22:14 UTC


README

Tests

A minimal PHPUnit suite covers pure-logic parts of the plugin (status mapping, API response validation) without booting a Shopware kernel. It uses its own standalone dev dependencies under tests/vendor (see tests/composer.json), independent of the plugin's own composer.json and of the parent Shopware project, so running it never requires shopware/core/shopware/storefront to be installed.

Setup (once):

cd tests && composer install

Run the tests (from the plugin root):

php tests/vendor/bin/phpunit

tests/vendor and .phpunit.cache are git-ignored and are not part of the release zip built by pack.sh.