Task #87398
closedEpic #87395: Remove obsolete condition checks in unit tests
The check for MacOS in case posix_getegid() is used, is obsolete
100%
Description
On tests that involve posix_getegid(), it is checked whether it returns -1, because on MacOS it is said to return always -1.
This is not the case (anymore?) on MacOS, and thus the check should be removed or the skip message changed.
typo3/sysext/core/Tests/Unit/Utility/GeneralUtilityTest.php
Updated by Gerrit Code Review almost 6 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/59403
Updated by Gerrit Code Review almost 6 years ago
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/59405
Updated by Gerrit Code Review almost 6 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/59403
Updated by Gerrit Code Review almost 6 years ago
Patch set 2 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/59405
Updated by Gerrit Code Review almost 6 years ago
Patch set 3 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/59405
Updated by Stefanos Karasavvidis almost 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 8decb60843ac2e4f2a95a63f66208891fdaab186.