Remove unnecessary method call

This commit is contained in:
Eric Lippmann 2025-10-22 12:56:21 +02:00
parent 4c430f6424
commit a2a1e4f034

View file

@ -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',