.suffix(".fo")
.testSet("testcases")
.disabledProperty("fop.layoutengine.disabled", "test/fotree/disabled-testcases.xml")
.privateTestsProperty("fop.fotree.private");
TestFilesConfiguration testConfig = builder.build();
return LayoutEngineTestUtils.getTestFiles(testConfig);
}