, // as it is in CI and in this monorepo checkout), also load the server's own // core/shared autoloader so tests can reference framework (KTXC/KTXF) types. // Standalone module checkouts without a server alongside them skip this. define('SERVER_ROOT', dirname(__DIR__, 4)); $serverAutoload = SERVER_ROOT . '/vendor/autoload.php'; if (is_file($serverAutoload)) { require $serverAutoload; } if (isset($_SERVER['APP_DEBUG']) && $_SERVER['APP_DEBUG']) { umask(0000); }