Ordermanager/tests
2024-09-03 14:13:47 +02:00
..
integration add 6.0.1.0 Source Guardian PHP 8 2024-09-03 14:13:47 +02:00
tools add 6.0.1.0 Source Guardian PHP 8 2024-09-03 14:13:47 +02:00
unit add 6.0.1.0 Source Guardian PHP 8 2024-09-03 14:13:47 +02:00
additional.inc.php add 6.0.1.0 Source Guardian PHP 8 2024-09-03 14:13:47 +02:00
d3ordermanager_config.php add 6.0.1.0 Source Guardian PHP 8 2024-09-03 14:13:47 +02:00
phpunit.xml add 6.0.1.0 Source Guardian PHP 8 2024-09-03 14:13:47 +02:00
README.md add 6.0.1.0 Source Guardian PHP 8 2024-09-03 14:13:47 +02:00

D3 Ordermanager Tests

Requirements

Please install the packages listed in the composer.json in "require-dev". Unfortunately Composer does not provide an automatic installation.

Configuration

Make sure the module has been activated with a valid license key. Configure the error reporting to error_reporting(E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED &~ E_WARNING); in the config.inc.php due some deprecation issues in original OXID code

Unit Tests

commands are described in composer.json scripts section