mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-18 15:06:17 -05:00
Remove unnecessary method call
This commit is contained in:
parent
4c430f6424
commit
a2a1e4f034
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ class MinOperatorTest extends BaseTestCase
|
|||
'a = 1 of: b;c',
|
||||
'a = 2 of: b;c + c;d + d;e',
|
||||
);
|
||||
$this->getName();
|
||||
|
||||
foreach ($expressions as $expression) {
|
||||
$this->assertInstanceOf(
|
||||
'Icinga\\Module\\Businessprocess\\BpConfig',
|
||||
|
|
|
|||
Loading…
Reference in a new issue