oxid-esales / developer-tools
The component contains developer tools.
Installs: 88 723
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 12
Forks: 0
Open Issues: 0
Type:oxideshop-component
This package is auto-updated.
Last update: 2022-05-06 11:27:25 UTC
README
This component contains additional developer tools for OXID eShop.
Installation
Run the following command to install the component:
composer require oxid-esales/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 OXID eShop source
directory:
git clone https://github.com/OXID-eSales/developer-tools.git
Run composer install command:
cd developer-tools
composer install
Add dependency to OXID eShop composer.json
file:
composer config repositories.oxid-esales/developer-tools path developer-tools
composer require --dev oxid-esales/developer-tools:*
How to run tests?
To run tests for the component please define OXID eShop bootstrap file:
vendor/bin/phpunit --bootstrap=../source/bootstrap.php tests/
License
See LICENSE file for license details.