Advertisement
stronk7

Untitled

Nov 28th, 2021
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.98 KB | None | 0 0
  1. $ local/codechecker/phpcs/bin/phpcs --standard=moodle --sniffs=moodle.PHPUnit.TestCaseNames contentbank
  2.  
  3. FILE: /Users/stronk7/git_moodle/moodle/contentbank/tests/contenttype_test.php
  4. --------------------------------------------------------------------------------------------------------------------------
  5. FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
  6. --------------------------------------------------------------------------------------------------------------------------
  7. 43 | WARNING | PHPUnit testcase name "core_contenttype_contenttype_testcase" does not match file name "contenttype_test"
  8. --------------------------------------------------------------------------------------------------------------------------
  9.  
  10.  
  11. FILE: /Users/stronk7/git_moodle/moodle/contentbank/tests/content_test.php
  12. ------------------------------------------------------------------------------------------------------------------
  13. FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
  14. ------------------------------------------------------------------------------------------------------------------
  15. 42 | WARNING | PHPUnit testcase name "core_contenttype_content_testcase" does not match file name "content_test"
  16. ------------------------------------------------------------------------------------------------------------------
  17.  
  18.  
  19. FILE: /Users/stronk7/git_moodle/moodle/contentbank/tests/external/delete_content_test.php
  20. ---------------------------------------------------------------------------------------------------------------
  21. FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
  22. ---------------------------------------------------------------------------------------------------------------
  23. 46 | WARNING | PHPUnit testcase name "delete_content_testcase" does not match file name "delete_content_test"
  24. ---------------------------------------------------------------------------------------------------------------
  25.  
  26.  
  27. FILE: /Users/stronk7/git_moodle/moodle/contentbank/tests/external/rename_content_test.php
  28. ---------------------------------------------------------------------------------------------------------------
  29. FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
  30. ---------------------------------------------------------------------------------------------------------------
  31. 46 | WARNING | PHPUnit testcase name "rename_content_testcase" does not match file name "rename_content_test"
  32. ---------------------------------------------------------------------------------------------------------------
  33.  
  34.  
  35. FILE: /Users/stronk7/git_moodle/moodle/contentbank/tests/privacy_test.php
  36. ------------------------------------------------------------------------------------------------------------------
  37. FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
  38. ------------------------------------------------------------------------------------------------------------------
  39. 46 | WARNING | PHPUnit testcase name "core_contentbank_privacy_testcase" does not match file name "privacy_test"
  40. ------------------------------------------------------------------------------------------------------------------
  41.  
  42.  
  43. FILE: /Users/stronk7/git_moodle/moodle/contentbank/contenttype/h5p/tests/content_h5p_test.php
  44. ------------------------------------------------------------------------------------------------------------------------------------------------------
  45. FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 1 LINE
  46. ------------------------------------------------------------------------------------------------------------------------------------------------------
  47. 35 | WARNING | PHPUnit testcase name "contenttype_h5p_content_plugin_testcase" does not match file name "content_h5p_test"
  48. 35 | WARNING | PHUnit class "contenttype_h5p_content_plugin_testcase" does not have any namespace. It is recommended to add it to the
  49. | | "contenttype_h5p" namespace, using more levels if needed, in order to match the code being tested
  50. ------------------------------------------------------------------------------------------------------------------------------------------------------
  51.  
  52.  
  53. FILE: /Users/stronk7/git_moodle/moodle/contentbank/contenttype/h5p/tests/contenttype_h5p_test.php
  54. ------------------------------------------------------------------------------------------------------------------------------------------------------
  55. FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 1 LINE
  56. ------------------------------------------------------------------------------------------------------------------------------------------------------
  57. 35 | WARNING | PHPUnit testcase name "contenttype_h5p_contenttype_plugin_testcase" does not match file name "contenttype_h5p_test"
  58. 35 | WARNING | PHUnit class "contenttype_h5p_contenttype_plugin_testcase" does not have any namespace. It is recommended to add it to the
  59. | | "contenttype_h5p" namespace, using more levels if needed, in order to match the code being tested
  60. ------------------------------------------------------------------------------------------------------------------------------------------------------
  61.  
  62. Time: 1.06 secs; Memory: 14MB
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement