We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5feb53a + f7ddcb5 commit ac17d69Copy full SHA for ac17d69
classes/settings/upload_settings_helper.php
@@ -249,7 +249,7 @@ private static function add_processing_tab_settings(mod_opencast_admin_settingsp
249
self::add_heading($settings, $tabname, $ocinstanceid);
250
251
$disabled = false;
252
- if (!(defined('BEHAT_UTIL') && BEHAT_UTIL)) {
+ if (!(defined('BEHAT_UTIL') && BEHAT_UTIL) && !(defined('PHPUNIT_UTIL') && PHPUNIT_UTIL)) {
253
$wfconfighelper = workflowconfiguration_helper::get_instance($ocinstanceid);
254
if (!$wfconfighelper->can_provide_configuration_panel()) {
255
$disabled = true;
0 commit comments