o3-shop / developer-tools
The component contains developer tools.
Package info
github.com/o3-shop/developer-tools
Type:oxideshop-component
pkg:composer/o3-shop/developer-tools
v1.0.0
2023-03-05 13:36 UTC
Replaces
- oxid-esales/developer-tools: 1.1.0
This package is auto-updated.
Last update: 2026-03-01 00:49:34 UTC
README
This component contains additional developer tools for O3-Shop.
Installation
Run the following command to install the component:
composer require o3-shop/developer-tools
Usage
Resetting project configuration
To reset project configuration to its initial state execute:
bin/oe-console oe:module:reset-configurations
How to install component for development?
Checkout component besides O3-Shop source directory:
git clone https://github.com/o3-shop/developer-tools.git
Run composer install command:
cd developer-tools
composer install
Add dependency to O3-Shop composer.json file:
composer config repositories.o3-shop/developer-tools path developer-tools
composer require --dev o3-shop/developer-tools:*
How to run tests?
To run tests for the component please define O3-Shop bootstrap file:
vendor/bin/phpunit --bootstrap=../source/bootstrap.php tests/
License
See LICENSE file for license details.