parse(simplexml_load_string(file_get_contents(__DIR__ . '/../TestFiles/Option/Select/papierContainer.xml'))); $this->engine = new Engine(); $this->engine->setPaperContainer($paperContainer); $this->engine->setPaperRepository($repository); $this->engine->loadString(file_get_contents(__DIR__ . '/../TestFiles/Legacy/papierDbWithFormel.xml')); } public function testSelectWithGrenzen() { $this->engine->calc('Test25'); $this->assertEquals(100, $this->engine->getPrice()); } }