DataWizard/tests
Daniel Seifert 3fd5f2dc98 fix test issues 2024-05-13 15:45:23 +02:00
..
tools add CS-fixed files 2022-01-17 10:59:18 +01:00
unit/Application fix test issues 2024-05-13 15:45:23 +02:00
.gitignore improve tests for EE 2021-11-27 00:59:02 +01:00
README.md fix test issues 2024-05-13 15:45:23 +02:00
additional.inc.php fix test issues 2024-05-13 15:45:23 +02:00
d3datawizard_config.php add CS-fixed files 2022-01-17 10:59:18 +01:00
phpunit.xml add tests for admin controller classes 2021-11-24 23:38:28 +01:00

README.md

D3 Datawizard Tests

Requirements

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

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); in the config.inc.php due some deprecation issues in original OXID code

Unit Tests

commands are described in composer.json scripts section