diff options
Diffstat (limited to 'tests/Formats/BaseFormatTest.php')
-rw-r--r-- | tests/Formats/BaseFormatTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Formats/BaseFormatTest.php b/tests/Formats/BaseFormatTest.php index dac0e341..94da7b04 100644 --- a/tests/Formats/BaseFormatTest.php +++ b/tests/Formats/BaseFormatTest.php @@ -53,7 +53,6 @@ abstract class BaseFormatTest extends TestCase { protected function formatData(string $formatName, \stdClass $sample): string { $formatFac = new FormatFactory(); - $formatFac->setWorkingDir(PATH_LIB_FORMATS); $format = $formatFac->create($formatName); $format->setItems($sample->items); $format->setExtraInfos($sample->meta); |