JBZoo\PHPUnit\FormatterTest::testChange PHP Method

testChange() public method

public testChange ( )
    public function testChange()
    {
        $val1 = val('50000.789 usd');
        isBatch(array(array('$50 000.79', $val1->text()), array('50 000.79$', $val1->changeRule('usd', array('format_positive' => '%v%s'))->text())));
    }