mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-24 00:29:47 -05:00
9 lines
229 B
PHP
9 lines
229 B
PHP
<?php
|
|
|
|
use Icinga\Module\Businessprocess\Test\Bootstrap;
|
|
|
|
call_user_func(function () {
|
|
$basedir = dirname(__DIR__);
|
|
require_once $basedir . '/library/Businessprocess/Test/Bootstrap.php';
|
|
Bootstrap::cli($basedir);
|
|
});
|