mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-01-10 15:12:53 -05:00
tests: adjust namespaces
This commit is contained in:
parent
40165353d8
commit
ad5cf47862
3 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace Tests\Icinga\Module\Businessprocess\Operator;
|
||||
namespace Tests\Icinga\Module\Businessprocess;
|
||||
|
||||
use Icinga\Module\Businessprocess\BpNode;
|
||||
use Icinga\Module\Businessprocess\Test\BaseTestCase;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace Tests\Icinga\Module\Businessprocess\Operator;
|
||||
namespace Tests\Icinga\Module\Businessprocess;
|
||||
|
||||
use Icinga\Module\Businessprocess\BusinessProcess;
|
||||
use Icinga\Module\Businessprocess\HostNode;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace Tests\Icinga\Module\Businessprocess\Operator;
|
||||
namespace Tests\Icinga\Module\Businessprocess;
|
||||
|
||||
use Icinga\Module\Businessprocess\BusinessProcess;
|
||||
use Icinga\Module\Businessprocess\ServiceNode;
|
||||
|
|
|
|||
Loading…
Reference in a new issue