Refactor SetSelected

This commit is contained in:
Thomas Peterson 2025-06-05 15:01:39 +02:00
parent 942faee833
commit f2c7997f19

View File

@ -41,6 +41,7 @@ class CalcTest extends TestCase
public function testPrice(): void
{
$this->engine->calc();
print_r($this->engine->getDebugCalcFormel());
$this->assertSame(44.07, $this->engine->getPrice());
}