oxid-esales/oxideshop-demodata-installer

This tool is used to copy pictures from demo data repository to OXID eShop, during setup process.

Installs: 764 452

Dependents: 7

Suggesters: 0

Security: 0

Stars: 3

Watchers: 17

Forks: 0

Type:oxideshop-component

v3.3.0 2024-10-14 12:17 UTC

README

This component provides a way for OXID eShop setup functionality to copy demodata images.

Installation

This component is installable via composer:

composer require --dev oxid-esales/oxideshop-demodata-installer

Development

Running tests

Component tests can be executed with the OXID eShop's PHPUnit runner:

vendor/bin/phpunit vendor/oxid-esales/oxideshop-demodata-installer

you might need to extend the eShop's root composer autoload-dev configuration and run dump-autoload command:

    "autoload-dev": {
        "psr-4": {
            "OxidEsales\\DemoDataInstaller\\Tests\\": "./vendor/oxid-esales/oxideshop-demodata-installer/tests"
        }
    }
composer dump-autoload

to activate autoloading for the component's test classes.

Bugs and Issues

If you experience any bugs or issues, please report them in the section OXID eShop (all versions) of https://bugs.oxid-esales.com.