mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-08-02 12:21:09 +02:00
Turn on unit tests for UnitConverter.
Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com>
This commit is contained in:
@@ -94,7 +94,7 @@ class HTMLPurifier_UnitConverterTest extends HTMLPurifier_Harness
|
|||||||
$this->assertConversion('11.112pt', '0.15433in');
|
$this->assertConversion('11.112pt', '0.15433in');
|
||||||
}
|
}
|
||||||
|
|
||||||
function __onlytestRoundingBigNumber() {
|
function testRoundingBigNumber() {
|
||||||
$this->assertConversion('444400000000000000000000in', '42660000000000000000000000px');
|
$this->assertConversion('444400000000000000000000in', '42660000000000000000000000px');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user