Advertisement
stronk7

Untitled

Dec 20th, 2021
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.19 KB | None | 0 0
  1. There were 33 warnings:
  2.  
  3. 1) core_adhoc_task_testcase::test_get_concurrency_limit
  4. "@covers \core\task\adhoc_test::get_concurrency_limit" is invalid
  5.  
  6. 2) core_adhoc_task_testcase::test_get_concurrency_limit_default
  7. "@covers \core\task\adhoc_test::get_concurrency_limit" is invalid
  8.  
  9. 3) core_adhoc_task_testcase::test_get_concurrency_limit_for_task
  10. "@covers \core\task\adhoc_test::get_concurrency_limit" is invalid
  11.  
  12. 4) core_oauth2_testcase::test_create_endpoints_for_standard_issuer with data set "Google" ('google', '.well-known/openid-configuration')
  13. "@covers ::create_endpoints_for_standard_issuer" is invalid
  14.  
  15. 5) core_oauth2_testcase::test_create_endpoints_for_standard_issuer with data set "Google will work too with a valid baseurl parameter" ('google', '.well-known/openid-configuration', true, 'https://accounts.google.com/')
  16. "@covers ::create_endpoints_for_standard_issuer" is invalid
  17.  
  18. 6) core_oauth2_testcase::test_create_endpoints_for_standard_issuer with data set "IMS OBv2.1" ('imsobv2p1', '.well-known/badgeconnect.json', false, 'https://dc.imsglobal.org/')
  19. "@covers ::create_endpoints_for_standard_issuer" is invalid
  20.  
  21. 7) core_oauth2_testcase::test_create_endpoints_for_standard_issuer with data set "IMS OBv2.1 without slash in baseurl should work too" ('imsobv2p1', '.well-known/badgeconnect.json', false, 'https://dc.imsglobal.org')
  22. "@covers ::create_endpoints_for_standard_issuer" is invalid
  23.  
  24. 8) core_oauth2_testcase::test_create_endpoints_for_standard_issuer with data set "IMS OBv2.1 with empty baseurl should return an exception" ('imsobv2p1', null, false, null, 'moodle_exception')
  25. "@covers ::create_endpoints_for_standard_issuer" is invalid
  26.  
  27. 9) core_oauth2_testcase::test_create_endpoints_for_standard_issuer with data set "Microsoft" ('microsoft')
  28. "@covers ::create_endpoints_for_standard_issuer" is invalid
  29.  
  30. 10) core_oauth2_testcase::test_create_endpoints_for_standard_issuer with data set "Facebook" ('facebook')
  31. "@covers ::create_endpoints_for_standard_issuer" is invalid
  32.  
  33. 11) core_oauth2_testcase::test_create_endpoints_for_standard_issuer with data set "NextCloud" ('nextcloud', null, true, 'https://dummy.local/nextcloud/')
  34. "@covers ::create_endpoints_for_standard_issuer" is invalid
  35.  
  36. 12) core_oauth2_testcase::test_create_endpoints_for_standard_issuer with data set "NextCloud with empty baseurl should return an exception" ('nextcloud', null, true, null, 'moodle_exception')
  37. "@covers ::create_endpoints_for_standard_issuer" is invalid
  38.  
  39. 13) core_oauth2_testcase::test_create_endpoints_for_standard_issuer with data set "Invalid type should return an exception" ('fictitious', null, true, null, 'moodle_exception')
  40. "@covers ::create_endpoints_for_standard_issuer" is invalid
  41.  
  42. 14) core\output\mustache_clean_string_helper_test::test_cleanstr
  43. "@covers \mustache_clean_string_helper::cleanstr" is invalid
  44.  
  45. 15) tool_admin_presets\helper_test::test_create_preset
  46. "@covers \helper::create_preset" is invalid
  47.  
  48. 16) tool_admin_presets\helper_test::test_create_preset with data set "Name not empty" ('Preset xaxi name')
  49. "@covers \helper::create_preset" is invalid
  50.  
  51. 17) tool_admin_presets\helper_test::test_create_preset with data set "Comments not empty" (null, 'This is a different comment')
  52. "@covers \helper::create_preset" is invalid
  53.  
  54. 18) tool_admin_presets\helper_test::test_create_preset with data set "Name and comments not empty" ('Preset with a super-nice name', 'This is a comment different f...us one')
  55. "@covers \helper::create_preset" is invalid
  56.  
  57. 19) tool_admin_presets\helper_test::test_add_item with data set "Setting without plugin" ('settingname', 'thisisthevalue')
  58. "@covers \helper::add_item" is invalid
  59.  
  60. 20) tool_admin_presets\helper_test::test_add_item with data set "Setting with plugin" ('settingname', 'thisisthevalue', 'pluginname')
  61. "@covers \helper::add_item" is invalid
  62.  
  63. 21) tool_admin_presets\helper_test::test_add_item with data set "Setting with advanced item" ('settingname', 'thevalue', 'pluginname', 'advsettingname', 'advsettingvalue')
  64. "@covers \helper::add_item" is invalid
  65.  
  66. 22) tool_admin_presets\helper_test::test_add_plugin with data set "Plugin: enabled (using int)" ('plugintype', 'pluginname', 1)
  67. "@covers \helper::add_plugin" is invalid
  68.  
  69. 23) tool_admin_presets\helper_test::test_add_plugin with data set "Plugin: enabled (using bool)" ('plugintype', 'pluginname', true)
  70. "@covers \helper::add_plugin" is invalid
  71.  
  72. 24) tool_admin_presets\helper_test::test_add_plugin with data set "Plugin: disabled (using int)" ('plugintype', 'pluginname', 0)
  73. "@covers \helper::add_plugin" is invalid
  74.  
  75. 25) tool_admin_presets\helper_test::test_add_plugin with data set "Plugin: disabled (using bool)" ('plugintype', 'pluginname', false)
  76. "@covers \helper::add_plugin" is invalid
  77.  
  78. 26) tool_admin_presets\helper_test::test_add_plugin with data set "Plugin: negative int value" ('plugintype', 'pluginname', -9999)
  79. "@covers \helper::add_plugin" is invalid
  80.  
  81. 27) tool_admin_presets\helper_test::test_change_default_preset with data set "Starter preset" ('starter', array(0, 0), array(1, 0, 0, 0))
  82. "@covers \helper::change_default_preset" is invalid
  83.  
  84. 28) tool_admin_presets\helper_test::test_change_default_preset with data set "Full preset" ('full', array(1, 0), array(1, 1, 1, 1))
  85. "@covers \helper::change_default_preset" is invalid
  86.  
  87. 29) tool_admin_presets\helper_test::test_change_default_preset with data set "Preset 1, created manually" ('Preset 1', array(0, 1), array(1, 0))
  88. "@covers \helper::change_default_preset" is invalid
  89.  
  90. 30) tool_admin_presets\helper_test::test_change_default_preset with data set "Unexisting preset name" ('unexisting')
  91. "@covers \helper::change_default_preset" is invalid
  92.  
  93. 31) tool_admin_presets\helper_test::test_change_default_preset with data set "Valid XML file" ('/Users/stronk7/git_moodle/tes...ns.xml', array(1, 1), array(1, 0, 0, 1))
  94. "@covers \helper::change_default_preset" is invalid
  95.  
  96. 32) tool_admin_presets\helper_test::test_change_default_preset with data set "Invalid XML file" ('/Users/stronk7/git_moodle/tes...le.xml')
  97. "@covers \helper::change_default_preset" is invalid
  98.  
  99. 33) tool_admin_presets\helper_test::test_change_default_preset with data set "Unexisting XML file" ('/Users/stronk7/git_moodle/tes...ng.xml')
  100. "@covers \helper::change_default_preset" is invalid
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement