whmcs-accounting/tests/_bootstrap.php
2017-01-03 09:14:27 +00:00

11 lines
211 B
PHP

<?php
// This is the bootstrap for PHPUnit testing.
if (!defined('WHMCS')) {
define('WHMCS', true);
}
// Include the WHMCS module.
require_once __DIR__ . '/../modules/addons/addonmodule/addonmodule.php';