From e47ba9e81d46ef728dcdd0b424d3c4c3cf5b0ae1 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Tue, 17 Jun 2025 09:00:06 -0700 Subject: [PATCH] [ticket/17519] Fix tests PHPBB-17519 --- tests/cron/wrapper_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cron/wrapper_test.php b/tests/cron/wrapper_test.php index aca299782d..ba05604b53 100644 --- a/tests/cron/wrapper_test.php +++ b/tests/cron/wrapper_test.php @@ -67,7 +67,7 @@ class phpbb_cron_wrapper_test extends phpbb_template_template_test_case $this->template ); - $this->assertEquals('', str_replace(["\n", "\t"], '', $this->wrapper->get_html_tag())); + $this->assertEquals('', str_replace(["\n", "\t"], '', $this->wrapper->get_html_tag())); } public function test_is_parametrized_false()