first commit

This commit is contained in:
2024-12-17 13:43:22 +01:00
commit 8e6cd8b410
21292 changed files with 3514826 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<?php
require_once __DIR__ . '/../vendor/autoload.php';
// ========== Mocks ===========
require_once __DIR__ . '/mocks/ObjectModel.php';
// ======== Classes ===========
require_once __DIR__ . '/../classes/Advice.php';
require_once __DIR__ . '/../classes/GamificationTools.php';
if (!defined('_PS_VERSION_')) {
define('_PS_VERSION_', 'TEST_VERSION');
}