Skip to content

Commit 47af7e2

Browse files
committed
sonar 6
1 parent 59acdde commit 47af7e2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/unit/Mage/Tax/Helper/DataTest.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,9 @@ public function testGetPriceDisplayType(): void
119119
*/
120120
public function testNeedPriceConversion(): void
121121
{
122-
#$this->assertSame(1, self::$subject->needPriceConversion());
123-
static::markTestIncomplete();
122+
static::markTestSkipped(self::SKIP_INCOMPLETE);
123+
/** @phpstan-ignore deadCode.unreachable */
124+
$this->assertSame(1, self::$subject->needPriceConversion());
124125
}
125126

126127
/**

0 commit comments

Comments
 (0)