Refactor SetSelected
This commit is contained in:
parent
942faee833
commit
f2c7997f19
@ -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());
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user