Skip to content

Commit 4a769ee

Browse files
committed
revert unneeded change
1 parent 16d220e commit 4a769ee

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

PhpSecInfo/Test/Core/gid.php

-4
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,6 @@ function _setMessages()
8787
{
8888
parent::_setMessages();
8989

90-
if (getenv('GITHUB')) {
91-
$this->_messages = array();
92-
$this->_messages[PHPSECINFO_TEST_RESULT_OK]['en'] = 'PHP is executing as what is probably a non-privileged group';
93-
}
9490
$this->setMessageForResult(PHPSECINFO_TEST_RESULT_OK, 'en', 'PHP is executing as what is probably a non-privileged group');
9591
$this->setMessageForResult(PHPSECINFO_TEST_RESULT_WARN, 'en', 'PHP may be executing as a "privileged" group, which could be a serious security vulnerability.');
9692
$this->setMessageForResult(PHPSECINFO_TEST_RESULT_NOTRUN, 'en', 'This test will not run on Windows OSes');

0 commit comments

Comments
 (0)