testConfiguration); $file = $creator->getSvgFilePath('abc'); $this->assertStringEndsWith('/templates/abc.svg', $file); } public function testCreateHappyPath() { $creator = new CardCreator($this->testConfiguration); $creator->render($creator->getSvgFilePath('simple_front')); } public function setUp() { $this->testConfiguration = new Configuration(10, null, null, 8, '', '#000000', '#ffffff'); } }