Refactor SetSelected
This commit is contained in:
parent
f2c7997f19
commit
bb8424cc60
File diff suppressed because one or more lines are too long
@ -41,7 +41,7 @@ class CalcTest extends TestCase
|
||||
public function testPrice(): void
|
||||
{
|
||||
$this->engine->calc();
|
||||
print_r($this->engine->getDebugCalcFormel());
|
||||
file_put_contents("/tmp/f1.txt", print_r($this->engine->getDebugCalcFormel(),true ));
|
||||
$this->assertSame(44.07, $this->engine->getPrice());
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user