/
mikopbx
/
ModuleBeelinePbx
Обзор
Документация
Войти
/
mikopbx
/
ModuleBeelinePbx
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
master
tests/bootstrap.php
18 строк
832 B
boffart
Инициализация модуля ModuleBeelinePbx
08 июл 2026, 17:11
08 июл 2026, 17:11
1cc4e1a
Код
Авторство
О чём код?
<?php /* * MikoPBX - free phone system for small business * Copyright © 2017-2024 Alexey Portnov and Nikolay Beketov * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. */ // Пул тестов покрывает чистую логику (без БД/сети), поэтому подключаем классы напрямую, // не поднимая ядро MikoPBX и не требуя composer-автозагрузку. date_default_timezone_set('UTC'); require_once __DIR__ . '/../Lib/BeelineApi.php'; require_once __DIR__ . '/../Lib/BeelineCdrHelper.php'; require_once __DIR__ . '/../Lib/EventLogFormatter.php';