We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afc3d5c commit 539a173Copy full SHA for 539a173
tests/PhpWord/Tests/Shared/DrawingTest.php
@@ -44,7 +44,7 @@ public function testUnitConversions()
44
$this->assertEquals(round($value / 9525), $result);
45
46
$result = Drawing::pixelsToPoints($value);
47
- $this->assertEquals($value * 0.67777777, $result);
+ $this->assertEquals($value * 0.75, $result);
48
49
$result = Drawing::pointsToPixels($value);
50
$this->assertEquals($value * 1.333333333, $result);
0 commit comments