Skip to content

Commit

Permalink
Rename test class for PHPUnit 11
Browse files Browse the repository at this point in the history
  • Loading branch information
mackensen committed Jan 30, 2025
1 parent f03a17c commit 8dcadd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rss_manager_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* @copyright 2018 Lafayette College ITS
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class tool_rssfeeds_testcase extends advanced_testcase {
class tool_rssfeeds_rss_manager_test extends advanced_testcase {

/** @var int The id for feed1 */
private $guestfeedid;
Expand Down

0 comments on commit 8dcadd5

Please sign in to comment.