mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-29 02:09:33 -05:00
10 lines
228 B
PHP
10 lines
228 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);
|
||
|
|
});
|