Skip to content

Commit 6544451

Browse files
committed
7566: update test assertion for symfony 7.4
1 parent 64da3b7 commit 6544451

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Unit/Service/ContentNormalizerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public function testNormalization()
2020
$service = $this->getContentNormalizerService();
2121
$normalized = $service->sanitize('<p>test<b>test<p><a href="http://aakb.dk/test.php"></a></p>');
2222

23-
$this->assertEquals('<p>test<b>test</b></p><p><a href="https://aakb.dk/test.php"></a></p>', $normalized);
23+
$this->assertEquals('<p>test<b>test</b></p><p><b><a href="https://aakb.dk/test.php"></a></b></p>', $normalized);
2424
}
2525

2626
/**

0 commit comments

Comments
 (0)