mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-05-28 04:02:39 -04:00
Fix filter test location
This commit is contained in:
parent
6a1602a499
commit
d4502575d3
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
// {{{ICINGA_LICENSE_HEADER}}}
|
||||
// {{{ICINGA_LICENSE_HEADER}}}
|
||||
|
||||
namespace Tests\Icinga\Module\Monitoring\Library\Filter\Type;
|
||||
namespace Tests\Icinga\Module\Monitoring\Filter\Type;
|
||||
|
||||
use Icinga\Module\Monitoring\Filter\Type\StatusFilter;
|
||||
use Icinga\Filter\Type\TimeRangeSpecifier;
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
// {{{ICINGA_LICENSE_HEADER}}}
|
||||
// {{{ICINGA_LICENSE_HEADER}}}
|
||||
|
||||
namespace Tests\Icinga\Module\Monitoring\Library\Filter;
|
||||
namespace Tests\Icinga\Module\Monitoring\Filter;
|
||||
|
||||
use \Mockery;
|
||||
use Icinga\Module\Monitoring\Filter\Type\StatusFilter;
|
||||
Loading…
Reference in a new issue