You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following unit test was failing in Totara due to file permissions:
totara_core_totara_testcase::test_file_bitmask
admin/tool/heartbeat/index.php is not correctly bitmasked, it is using 755
admin/tool/heartbeat/iplock.php is not correctly bitmasked, it is using 755
admin/tool/heartbeat/croncheck.php is not correctly bitmasked, it is using 755
The following unit test was failing in Totara due to file permissions:
admin/tool/heartbeat/index.php is not correctly bitmasked, it is using 755
admin/tool/heartbeat/iplock.php is not correctly bitmasked, it is using 755
admin/tool/heartbeat/croncheck.php is not correctly bitmasked, it is using 755
/var/www/clients/catalyst/totara/totara/core/tests/totara_test.php:63
/var/www/clients/catalyst/totara/lib/phpunit/classes/base_testcase.php:600
/var/www/clients/catalyst/totara/lib/phpunit/classes/advanced_testcase.php:68
To re-run:
vendor/bin/phpunit totara_core_totara_testcase totara/core/tests/totara_test.php
Fix:
chmod 644 admin/tool/heartbeat/index.php admin/tool/heartbeat/iplock.php admin/tool/heartbeat/croncheck.php
The text was updated successfully, but these errors were encountered: