tests: adjust namespaces

This commit is contained in:
Thomas Gelf 2016-12-23 12:46:56 +01:00
parent 40165353d8
commit ad5cf47862
3 changed files with 3 additions and 3 deletions

View file

@ -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;

View file

@ -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;

View file

@ -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;