o3-shop / developer-tools
The component contains developer tools.
Installs: 1 091
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:oxideshop-component
Replaces
- oxid-esales/developer-tools: 1.1.0
This package is auto-updated.
Last update: 2024-10-30 01:59:26 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.