From f2c7997f190a0d38afe7f985a7e3b4364e2bc395 Mon Sep 17 00:00:00 2001 From: Thomas Peterson Date: Thu, 5 Jun 2025 15:01:39 +0200 Subject: [PATCH] Refactor SetSelected --- tests/Customer/JJ/CalcTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Customer/JJ/CalcTest.php b/tests/Customer/JJ/CalcTest.php index 96303ce..4a215eb 100644 --- a/tests/Customer/JJ/CalcTest.php +++ b/tests/Customer/JJ/CalcTest.php @@ -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()); }