moodle/blog
Eloy Lafuente (stronk7) 674497a12c
MDL-81523 phpunit: Add all missing setUp/tearDown parent calls
All setUp(), tearDown(), setUpBeforeClass() and tearDownAfterClass()
must, always, call to parent, to ensure that everything is properly
set and cleaned.

While in a lot of situations this is not needed (parents may not
have anything to run), with PHPUnit >= 10 this can become more
important because we are going to move the reset code from current
placement @ runBare() to setUp()/tearDown().

Note that all the changes performed in this commit have been detected
and fixed by moodle-cs (ParentSetUpTearDownSniffTest).
2024-06-14 16:04:57 +02:00
..
classes Merge branch 'MDL-65292' of https://github.com/stronk7/moodle 2024-03-08 08:00:41 +08:00
tests MDL-81523 phpunit: Add all missing setUp/tearDown parent calls 2024-06-14 16:04:57 +02:00
edit.php MDL-65978 blog: New WS core_blog_add_entry 2024-02-29 16:18:21 +01:00
edit_form.php MDL-71394 core_blog: fix incorrect default setting in form 2021-04-21 16:22:22 +02:00
external_blog_edit.php MDL-78806 core: Remove redundant site name 2023-09-09 08:58:54 +08:00
external_blog_edit_form.php MDL-77539 blog: null coalesce external blog form name/description. 2023-03-06 14:49:07 +00:00
external_blogs.php MDL-78806 core: Remove redundant site name 2023-09-09 08:58:54 +08:00
index.php MDL-75038 blog: link back to user only when one specified. 2022-11-01 21:27:03 +00:00
lib.php MDL-65978 blog: Preparatory API changes 2024-02-29 16:18:21 +01:00
locallib.php MDL-65978 blog: Preparatory API changes 2024-02-29 16:18:21 +01:00
preferences.php MDL-78806 core: Remove redundant site name 2023-09-09 08:58:54 +08:00
preferences_form.php MDL-46346 blog: coding style fixes 2014-07-14 10:45:33 +08:00
renderer.php MDL-50851 blogs: use new tag API 2016-01-10 15:25:47 +08:00
rsslib.php MDL-71099 Lib: Move new user_fields class from core to core_user 2021-03-25 13:47:23 +00:00
upgrade.txt MDL-81125 core: Update upgrade.txt files to document new upgrade notes 2024-05-20 22:26:45 +08:00