Andreas Kienast
Andreas Kienast
I can confirm this issue. In our case we had multiple testsuites configured sharing the same directories. I think it would help to print some additional output, e.g. the used...
The issue happens within `src/TestFramework/Coverage/JUnit/JUnitTestFileDataProvider.php` in the method `getTestFileInfo()`. The method iterates the results of `self::testCaseMapGenerator()`, leading to `$queryString` and `$placeholder` variables used to build the DOMNodeList that is checked...
Perhaps it even makes more sense to move `Assert::same($nodes->length, 1);` into the loop, something like ```php foreach (self::testCaseMapGenerator($fullyQualifiedClassName) as $queryString => $placeholder) { $nodes = $xPath->query(sprintf($queryString, $placeholder)); if ($nodes->length !==...
I also have errors in my journal and experience random crashes of Discord and Slack (both installed via flatpak) on Fedora 38, but I don't think this is related to...
@kaiserbrito this seems to be an issue within the Slack flatpak package: https://github.com/flathub/com.slack.Slack/issues/193
Hello, thank you for your report. You say "These editors have full access to the page tree (including the blog posts)", do you mean the permissions as configured in the...
Closing as already, correctly, stated that TYPO3 v9 is in ELTS mode.