ModCfg/Tests
2024-10-24 14:52:27 +02:00
..
unit add 7.1.1.1 sourceGuardian PHP 8 2024-10-24 14:52:27 +02:00
additional_abstract.php add 7.1.1.1 sourceGuardian PHP 8 2024-10-24 14:52:27 +02:00
additional.inc.php add 7.1.1.1 sourceGuardian PHP 8 2024-10-24 14:52:27 +02:00
d3EmptyTestCase.php add 7.1.1.1 sourceGuardian PHP 8 2024-10-24 14:52:27 +02:00
d3modcfg_config.php add 7.1.1.1 sourceGuardian PHP 8 2024-10-24 14:52:27 +02:00
phpunit.xml add 7.1.0.0 sourceGuardian PHP 8 2024-06-26 13:49:30 +02:00
README.md add 7.1.0.0 sourceGuardian PHP 8 2024-06-26 13:49:30 +02:00

D3 Modcfg 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 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