Configurable rate rounding (#5734)
* added invoice hydration of the issuer object * added "rate calculator" mode * new config to select rounding mode * replace static calls with dependency injection
This commit is contained in:
@@ -48,9 +48,7 @@ class HtmlRendererTest extends AbstractRendererTestCase
|
||||
self::assertFalse($sut->isInternal());
|
||||
}
|
||||
|
||||
/**
|
||||
* @group legacy
|
||||
*/
|
||||
#[Group('legacy')]
|
||||
public function testLegacy(): void
|
||||
{
|
||||
$sut = $this->getAbstractRenderer();
|
||||
|
||||
Reference in New Issue
Block a user