67c67 < index 39eddebf86d2bac41fd34ef683c04aa86f09df2f..62cd03281a5ac5ce367b2e822fc50455ff277602 100644 --- > index a76ec986e4b06b7ebe3eca5f9fc515faba72a6ad..d4beb97689b605a045b034200ac3f8921a4fc258 100644 92c92 < index e4fbb201786b9a620687098b8496142c3c46efd7..21a39eb5a45aab6cc733d230991db127fcc9b47f 100644 --- > index 634ecd744c573473791d2a023bfc86cf510be69a..beb9f2e9248e199b58d5c91543fc0d3802732313 100644 95c95 < @@ -95,12 +95,12 @@ public function testNoJsDetection() { --- > @@ -94,12 +94,12 @@ public function testNoJsDetection() { 99,100c99,100 < - $this->assertRaw(''); < + $this->assertSession()->responseContains(''); --- > - $this->assertRaw(''); > + $this->assertSession()->responseContains(''); 110c110 < @@ -111,12 +111,12 @@ public function testNoJsDetection() { --- > @@ -110,12 +110,12 @@ public function testNoJsDetection() { 125c125 < @@ -185,7 +185,7 @@ public function testBigPipe() { --- > @@ -184,7 +184,7 @@ public function testBigPipe() { 134c134 < @@ -212,8 +212,8 @@ public function testBigPipe() { --- > @@ -211,8 +211,8 @@ public function testBigPipe() { 145c145 < @@ -272,7 +272,7 @@ public function testBigPipeNoJs() { --- > @@ -271,7 +271,7 @@ public function testBigPipeNoJs() { 154c154 < @@ -284,8 +284,8 @@ public function testBigPipeNoJs() { --- > @@ -283,8 +283,8 @@ public function testBigPipeNoJs() { 165c165 < @@ -308,7 +308,7 @@ public function testBigPipeMultiOccurrencePlaceholders() { --- > @@ -307,7 +307,7 @@ public function testBigPipeMultiOccurrencePlaceholders() { 174c174 < @@ -322,7 +322,7 @@ public function testBigPipeMultiOccurrencePlaceholders() { --- > @@ -321,7 +321,7 @@ public function testBigPipeMultiOccurrencePlaceholders() { 183c183 < @@ -348,7 +348,7 @@ protected function assertBigPipeNoJsPlaceholders(array $expected_big_pipe_nojs_p --- > @@ -347,7 +347,7 @@ protected function assertBigPipeNoJsPlaceholders(array $expected_big_pipe_nojs_p 192c192 < @@ -369,7 +369,7 @@ protected function assertBigPipePlaceholders(array $expected_big_pipe_placeholde --- > @@ -368,7 +368,7 @@ protected function assertBigPipePlaceholders(array $expected_big_pipe_placeholde 201c201 < @@ -381,7 +381,7 @@ protected function assertBigPipePlaceholders(array $expected_big_pipe_placeholde --- > @@ -380,7 +380,7 @@ protected function assertBigPipePlaceholders(array $expected_big_pipe_placeholde 210c210 < @@ -400,8 +400,8 @@ protected function assertBigPipePlaceholders(array $expected_big_pipe_placeholde --- > @@ -399,8 +399,8 @@ protected function assertBigPipePlaceholders(array $expected_big_pipe_placeholde 235c235 < index 62d015d70f9cf94cfb50a387b259e31195a5fe13..6d56f6bea0db0063e5797eb7e79c5cf2da23288d 100644 --- > index 22047ca23d435eccabd4c8bc6f59546a0ea7458f..5fd9490e58418287c4f1fb33102ec2bd395f1172 100644 377c377 < index 40e43050fac2004eeeb9ac8dc86ebd4ae0e38a89..a76b5b8b2fc77be2e547d46c12ec2e52fb30f93f 100644 --- > index ff75d6e4aa5fbb92fc8fc82d35e9b0d9c468524f..8e7181b26451da365752177bbaac2aff48555ba5 100644 380,383c380,383 < @@ -79,7 +79,7 @@ public function testImageButtonDisplay() { < /** @var \Drupal\Core\File\FileUrlGeneratorInterface $file_url_generator */ < $file_url_generator = \Drupal::service('file_url_generator'); < $markup = $json_encode($file_url_generator->generateString('core/modules/ckeditor/js/plugins/drupalimage/icons/drupalimage.png')); --- > @@ -77,7 +77,7 @@ public function testImageButtonDisplay() { > return trim(Json::encode($html), '"'); > }; > $markup = $json_encode(file_url_transform_relative(file_create_url('core/modules/ckeditor/js/plugins/drupalimage/icons/drupalimage.png'))); 403c403 < index d919d17eaa5dbbeeb4e69b835ed51599c92d85ad..7925f5600d835711aeda10f49f07833cc8f731b7 100644 --- > index c515bb19633fc0e957a6fb7a8fc9113dd4856b01..06d1e3eceb573ab1d2271a0bbb5eca975e652652 100644 406c406 < @@ -217,7 +217,7 @@ public function testOverrideAndResetScheme() { --- > @@ -215,7 +215,7 @@ public function testOverrideAndResetScheme() { 415c415 < @@ -229,7 +229,7 @@ public function testOverrideAndResetScheme() { --- > @@ -227,7 +227,7 @@ public function testOverrideAndResetScheme() { 424c424 < @@ -245,7 +245,7 @@ public function testOverrideAndResetScheme() { --- > @@ -243,7 +243,7 @@ public function testOverrideAndResetScheme() { 493c493 < index 3aee0b75753ca31852e0e8807cb48af4f653c429..a9096af51b426b97c2d64b6253bb80ec72fd1a4e 100644 --- > index fb104b4f7ff2d2b67a0eea760d430ac0a6e163b6..7b9d0075ee1ab56aa5fbff130c923fb67de43847 100644 500,501c500,501 < - $this->assertRaw($this->getModulePath('comment') . '/js/comment-by-viewer.js'); < + $this->assertSession()->responseContains($this->getModulePath('comment') . '/js/comment-by-viewer.js'); --- > - $this->assertRaw(drupal_get_path('module', 'comment') . '/js/comment-by-viewer.js'); > + $this->assertSession()->responseContains(drupal_get_path('module', 'comment') . '/js/comment-by-viewer.js'); 598c598 < index 69afa90ea847a42d8638fdc6e35667de6f9e1b79..23222f1fb54acc33d610a1362cf93bbb65cebcf6 100644 --- > index a654f9637075ab32d2c86f7506f07c39e098ae27..a78b1af8a9474c236503c547b571559526eb3d5b 100644 883c883 < index 4f61a71922bdd4fe1e3b1e1cac977f45f8d46cea..bd0ed4f1dcc24f66257c3be0c1b686d190b476ad 100644 --- > index 21b9ddf8c37ce0a19ca30504657ab2731ca2e2c3..92206de3080cd957d6348f137c5e63117f2cf4bb 100644 1033c1033 < index 95070c9a037ada590efe977a6b95e3a0c250a47d..b582efc556f5c4b57f2a5c0dddd68c23b76ce6a7 100644 --- > index ccfa1662219ea553395182bee45259f0498b507d..e3b7931519ae0760f2ece83724b6591dcb4470c8 100644 1475c1475 < index b56afa1cec0e92cd5314a209e8469c48e6adea44..0a2fdb9ba42cb863bccdeed19641d4ffdb51228d 100644 --- > index 8bcdac89bb3b5fc9965e3d04f33a6023b2196629..db8e98c1b53e957229b9d592f1188e9983155e86 100644 1478c1478 < @@ -187,7 +187,7 @@ private function checkUrl($scheme, $directory, $filename, $expected_url) { --- > @@ -178,7 +178,7 @@ private function checkUrl($scheme, $directory, $filename, $expected_url) { 1488c1488 < index 6628e2b663a8ecb25d34889f7059692ae3d233e4..3e342dae4ce90f28ae2c186480fa056b90888e50 100644 --- > index a597500c45d6881f653684ab29a17d5737709ad9..d4e2cf9f91c2267fc0a2ddee86e3de1b91428de1 100644 1522c1522 < index ee645eaf1c750f67cd037f24a95513e54b2da1bf..182c4713ece087a20249e5aed6d65a2588a16993 100644 --- > index 395ec3ec797d57954f92212d728002ef14a6371a..ea0a816c7b7dcd3eec802618a29381984361db74 100644 1575c1575 < index e7f8cdfc65508a7142de0ee7e1de3c9a76980b97..8d82b2fb34bb30722c56e40a076dd4bd628228dc 100644 --- > index 841fb7e86584acb678e29b83f2a57edf2bbbd048..e2fbd2d3a659cd261de5a828dd9e8545f3126e3f 100644 1585c1585 < $this->drupalGet($node_file->createFileUrl(FALSE)); --- > $this->drupalGet(file_create_url($node_file->getFileUri())); 1625c1625 < index b4a2bce29c5685b62d735219650749e0430dcaf0..d19a933659ed6a521617f870a0ea171c880276c1 100644 --- > index f063852405836c702fff3f5fd3a22b9f0ebc6cdf..ffec9a4f56dec47b31615e87bade0f3e0554712c 100644 1628c1628 < @@ -303,7 +303,7 @@ public function testFilterAdmin() { --- > @@ -295,7 +295,7 @@ public function testFilterAdmin() { 1637c1637 < @@ -326,7 +326,7 @@ public function testFilterAdmin() { --- > @@ -318,7 +318,7 @@ public function testFilterAdmin() { 1646c1646 < @@ -411,10 +411,10 @@ public function testFilterTipHtmlEscape() { --- > @@ -403,10 +403,10 @@ public function testFilterTipHtmlEscape() { 1661c1661 < @@ -464,7 +464,7 @@ public function testDisabledFormat() { --- > @@ -456,7 +456,7 @@ public function testDisabledFormat() { 1670c1670 < @@ -479,7 +479,7 @@ public function testDisabledFormat() { --- > @@ -471,7 +471,7 @@ public function testDisabledFormat() { 1738c1738 < index cb597b7ff1837857b643dcaa65bc92cf6b7258b7..0f3fa8a910d0ada81225fc16b2caacd3efdadf4c 100644 --- > index 8f25358182baf4a8f9e8335849bfca25b693b97a..2800bfbd73de3cb1a6866e1966796fce55c96738 100644 1741c1741 < @@ -494,7 +494,7 @@ public function testConfigImport() { --- > @@ -491,7 +491,7 @@ public function testConfigImport() { 1745,1746c1745,1746 < - $this->assertRaw(\Drupal::service('file_url_generator')->transformRelative($style->buildUrl($original_uri))); < + $this->assertSession()->responseContains(\Drupal::service('file_url_generator')->transformRelative($style->buildUrl($original_uri))); --- > - $this->assertRaw(file_url_transform_relative($style->buildUrl($original_uri))); > + $this->assertSession()->responseContains(file_url_transform_relative($style->buildUrl($original_uri))); 1773c1773 < index f76f6fcfb5524f4363de428a48cb7ca66f8c1071..4964908cfc1543fd378fe80ba8e4396330dde370 100644 --- > index 2bfa95c0ca5b3f1840d0c23137fb24bb799d27cd..8858fef267bef0084ad098f325508fbadcafcbc4 100644 1776c1776 < @@ -117,7 +117,7 @@ public function _testImageFieldFormatters($scheme) { --- > @@ -116,7 +116,7 @@ public function _testImageFieldFormatters($scheme) { 1785c1785 < @@ -143,7 +143,7 @@ public function _testImageFieldFormatters($scheme) { --- > @@ -142,7 +142,7 @@ public function _testImageFieldFormatters($scheme) { 1792c1792 < $this->assertEquals(file_get_contents($test_image->uri), $this->drupalGet($file->createFileUrl(FALSE)), 'File was downloaded successfully.'); --- > $this->assertEquals(file_get_contents($test_image->uri), $this->drupalGet(file_create_url($image_uri)), 'File was downloaded successfully.'); 1794c1794 < @@ -208,7 +208,7 @@ public function _testImageFieldFormatters($scheme) { --- > @@ -207,7 +207,7 @@ public function _testImageFieldFormatters($scheme) { 1803c1803 < @@ -306,7 +306,7 @@ public function testImageFieldSettings() { --- > @@ -304,7 +304,7 @@ public function testImageFieldSettings() { 1812c1812 < @@ -403,7 +403,7 @@ public function testImageFieldDefaultImage() { --- > @@ -401,7 +401,7 @@ public function testImageFieldDefaultImage() { 1821c1821 < @@ -431,7 +431,7 @@ public function testImageFieldDefaultImage() { --- > @@ -429,7 +429,7 @@ public function testImageFieldDefaultImage() { 1830c1830 < @@ -484,7 +484,7 @@ public function testImageFieldDefaultImage() { --- > @@ -482,7 +482,7 @@ public function testImageFieldDefaultImage() { 2345c2345 < index ad4aa767d5d6d49d5006ed4d02f2431e2a026af6..1fd49d3eb67b1915d6390f32a35f6953ffb63e34 100644 --- > index 1bc6e20c83b6a9350cd1ce9bee1535616f7ce615..184b43e6548f3e1a08a85e62d3355e8f74020731 100644 2359c2359 < @@ -114,9 +114,9 @@ public function testUrlHandling() { --- > @@ -112,9 +112,9 @@ public function testUrlHandling() { 2361c2361 < $this->assertSession()->responseContains($file_url_generator->generateAbsoluteString('public://root-relative')); --- > $this->assertRaw(file_create_url('public://root-relative')); 2683c2683 < index e6656c19b6c88d477ed3c3d67f6502aafc9c25a5..83e571c11ce3f4bfad27e41537cfa50dec890a81 100644 --- > index 2aa5c15b0a2be70c1bfc5d1686f8b045e5a33b0f..1754fa0016ae414f8b19e085e126289978b71392 100644 2686c2686 < @@ -213,7 +213,7 @@ protected function doTestResponsiveImageFieldFormatters($scheme, $empty_styles = --- > @@ -204,7 +204,7 @@ protected function doTestResponsiveImageFieldFormatters($scheme, $empty_styles = 2695c2695 < @@ -299,32 +299,32 @@ protected function doTestResponsiveImageFieldFormatters($scheme, $empty_styles = --- > @@ -290,32 +290,32 @@ protected function doTestResponsiveImageFieldFormatters($scheme, $empty_styles = 2706c2706 < $this->assertSession()->responseContains('data:image/gif;base64,R0lGODlhAQABAIABAP///wAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== 1x, ' . $this->fileUrlGenerator->transformRelative($thumbnail_style->buildUrl($image_uri)) . ' 1.5x'); --- > - $this->assertRaw('data:image/gif;base64,R0lGODlhAQABAIABAP///wAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== 1x, ' . file_url_transform_relative($thumbnail_style->buildUrl($image_uri)) . ' 1.5x'); 2707a2708 > + $this->assertSession()->responseContains('data:image/gif;base64,R0lGODlhAQABAIABAP///wAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== 1x, ' . file_url_transform_relative($thumbnail_style->buildUrl($image_uri)) . ' 1.5x'); 2710c2711 < $this->assertSession()->responseContains($this->fileUrlGenerator->generateString($image_uri) . ' 3x'); --- > $this->assertRaw(file_url_transform_relative(file_create_url($image_uri)) . ' 3x'); 2722c2723 < $this->assertSession()->responseContains($this->fileUrlGenerator->transformRelative($medium_style->buildUrl($image_uri)) . ' 220w, ' . $this->fileUrlGenerator->transformRelative($large_style->buildUrl($image_uri)) . ' 360w'); --- > - $this->assertRaw(file_url_transform_relative($medium_style->buildUrl($image_uri)) . ' 220w, ' . file_url_transform_relative($large_style->buildUrl($image_uri)) . ' 360w'); 2723a2725 > + $this->assertSession()->responseContains(file_url_transform_relative($medium_style->buildUrl($image_uri)) . ' 220w, ' . file_url_transform_relative($large_style->buildUrl($image_uri)) . ' 360w'); 2737c2739 < @@ -339,7 +339,7 @@ protected function doTestResponsiveImageFieldFormatters($scheme, $empty_styles = --- > @@ -330,7 +330,7 @@ protected function doTestResponsiveImageFieldFormatters($scheme, $empty_styles = 2893c2895 < index 7138d73bd7b548e67442030fda5cc0ef305e5566..352943df22a6d78a87cb98c8a3f9ff2683e905e6 100644 --- > index 53402fa890ec9868782a93179ce8a4c6d95f9e4f..be8c1481650a4aa6ea4c56b66b605b1d19629c2e 100644 3307c3309 < index c02869a668df80c07283f0460f6d008524b34ce2..0fbb0fc20208495c642b9b41137ca24318858deb 100644 --- > index bf8ad7c0c5ca030334f03464f12bc8b22cd6229c..452d3304e3af7fa7002ef5102798ea18f29687b4 100644 3551c3553 < index bd2b924f41f14180ff170ffac763e07a062eba81..b07b8cb55b97df78524db2008434778f8d498512 100644 --- > index acb5321b00a12ed4aa48f293f172fb437efefbde..8d3c49641d71274935ead5b2a1552129592d0331 100644 3554c3556 < @@ -316,7 +316,7 @@ public function testEmptySessionID() { --- > @@ -317,7 +317,7 @@ public function testEmptySessionID() { 3611c3613 < index 7f27c054e0318e5a0881099cda3715cf8f457942..5d97125dd57cc8534a2a151380df1ec00cc2ea5a 100644 --- > index 1a6e826e1c478d04ab34ec778b88826d58dbb80d..3b65b623cd9ee5a23b5635cf317df10acf6aa6ab 100644 3765c3767 < index 39b93b19939e23b8198338418fb52e0090533d85..ca1c94eaf14ad00c496b912cf02173fefc59eedf 100644 --- > index 22f2fa9bd502b588fa82d6e18da07cde5aaec7de..4f4877e5578e54db3165e47cf86af47bf1b8884b 100644 3768c3770 < @@ -290,19 +290,19 @@ public function testAdministrationTheme() { --- > @@ -288,19 +288,19 @@ public function testAdministrationTheme() { 3792c3794 < @@ -313,7 +313,7 @@ public function testAdministrationTheme() { --- > @@ -311,7 +311,7 @@ public function testAdministrationTheme() { 3801c3803 < @@ -321,12 +321,12 @@ public function testAdministrationTheme() { --- > @@ -319,12 +319,12 @@ public function testAdministrationTheme() { 3816c3818 < @@ -338,11 +338,11 @@ public function testAdministrationTheme() { --- > @@ -336,11 +336,11 @@ public function testAdministrationTheme() { 3830c3832 < @@ -432,7 +432,7 @@ public function testUninstallingThemes() { --- > @@ -430,7 +430,7 @@ public function testUninstallingThemes() { 3839c3841 < @@ -441,7 +441,7 @@ public function testUninstallingThemes() { --- > @@ -439,7 +439,7 @@ public function testUninstallingThemes() { 3848c3850 < @@ -449,10 +449,10 @@ public function testUninstallingThemes() { --- > @@ -447,10 +447,10 @@ public function testUninstallingThemes() { 3862c3864 < index fbe9819474b2596c05338d29231e96e96354dec4..da8fe199b8bc3c67c4b9e8728979633e72b04f11 100644 --- > index 470c28aab55b1eb31828ef4d5163950fb51b5396..562f800d961f8ddb2c7eacd744f956ffb33bec06 100644 3901,3904c3903,3906 < @@ -136,7 +136,7 @@ public function testTwigFileUrls() { < /** @var \Drupal\Core\File\FileUrlGeneratorInterface $file_url_generator */ < $file_url_generator = \Drupal::service('file_url_generator'); < $filepath = $file_url_generator->generateString('core/modules/system/tests/modules/twig_theme_test/twig_theme_test.js'); --- > @@ -134,7 +134,7 @@ public function testTwigUrlToString() { > public function testTwigFileUrls() { > $this->drupalGet('/twig-theme-test/file-url'); > $filepath = file_url_transform_relative(file_create_url('core/modules/system/tests/modules/twig_theme_test/twig_theme_test.js')); 3910c3912 < @@ -144,7 +144,7 @@ public function testTwigFileUrls() { --- > @@ -142,7 +142,7 @@ public function testTwigFileUrls() { 3919c3921 < @@ -152,7 +152,7 @@ public function testTwigAttachLibrary() { --- > @@ -150,7 +150,7 @@ public function testTwigAttachLibrary() { 4004c4006 < index cf64b7d536056d4a4b0a4ac91fc972100a711ab6..f45012b3f2c0e11dba92dab4e0c230eb9617d5e8 100644 --- > index 8f5b7709e42ee701151038f68b0e97d0c5eb2406..0b871ce26508f3d0fef707997e2edf47bb4da906 100644 4098c4100 < index 25c5a89b15f12f56f967076415ad1561a84e0230..f97a2b61f6ada701b4b642b12171df17c1ced307 100644 --- > index bebc7247a7a2f8f1fae334d4e4f3e456cd83cc47..3ae3b733615f3a33843547966e413ccea37a619a 100644 4101c4103 < @@ -76,16 +76,16 @@ protected function doSelectionTest() { --- > @@ -84,16 +84,16 @@ protected function doSelectionTest() { 4129c4131 < index 595a479e6949dc9498c7a29e0cdd7d0696706984..9cbee7c163eeb3221439432fd825653f1a6c0dfd 100644 --- > index 4402d5cc5f4ab5aff1d7967bc72a865ffc320011..fb3b5fa680d1dfc5737613e8c7df6f8faaeb9025 100644 4132c4134 < @@ -72,7 +72,7 @@ public function testUpdateHooks() { --- > @@ -69,7 +69,7 @@ public function testUpdateHooks() { 4177c4179 < index e1107dfe84c46a9ab3e4b164c4116044ab720693..e41a918cfe02dbbdc1ba4628c2a2a7a0a17412d7 100644 --- > index f9a16956212d09b6876d8b3f2c1162c61f7c6c2e..9ea694faba8dd885ecf36e55cbf5ae75f007848f 100644 4189c4191 < @@ -357,7 +357,7 @@ public function testTermInterface() { --- > @@ -356,7 +356,7 @@ public function testTermInterface() { 4198c4200 < @@ -618,9 +618,9 @@ public function testReSavingTags() { --- > @@ -592,9 +592,9 @@ public function testReSavingTags() { 4261c4263 < index 5813f1f348b8b317e4958fee08cb891d8d96d8d4..65975d1e25ba4d454ce32fdb0542379246d3e049 100644 --- > index 9c0022df7c3f1a9b0b29a2f0e053a00274eb9fb9..40a4b01c7b0d2788521dd48b2726cf0bf854d9ad 100644 4264c4266 < @@ -104,7 +104,7 @@ protected function setUp(): void { --- > @@ -103,7 +103,7 @@ protected function setUp(): void { 4273c4275 < @@ -196,7 +196,7 @@ public function testUserRoleUpdateSubtreesHashCacheClear() { --- > @@ -185,7 +185,7 @@ public function testUserRoleUpdateSubtreesHashCacheClear() { 4282c4284 < @@ -206,7 +206,7 @@ public function testUserRoleUpdateSubtreesHashCacheClear() { --- > @@ -195,7 +195,7 @@ public function testUserRoleUpdateSubtreesHashCacheClear() { 4291c4293 < @@ -304,7 +304,7 @@ public function testLocaleTranslationSubtreesHashCacheClear() { --- > @@ -293,7 +293,7 @@ public function testLocaleTranslationSubtreesHashCacheClear() { 4300c4302 < @@ -433,7 +433,7 @@ public function testExternalLink() { --- > @@ -422,7 +422,7 @@ public function testExternalLink() { 4435c4437 < index fcffc24cdbc294e37b6947bc86220af386b9ea50..d603aca4f6f8ec77b4090aa8a8ae45aaaadf48d2 100644 --- > index 40831dd4a2c1d9aae37738a0b6ab7ccca8da9cbc..cab5db30c4eaf9e5f0b67b2745b2314d1767c239 100644 4445d4446 < $this->assertSession()->pageTextContains('Last checked:'); 4446a4448 > 4496c4498 < index cd32b252eb9c857e0e0c80328f6ee72633302851..615359a9f2f573b4b4e20b77a4bb2c83b0a17bfb 100644 --- > index b510806189ac0e835649d3002ad8bc9cdad386b2..b6a66ce8464f15bbc618d1a97c3045854d0b5742 100644 4645c4647 < index 9b8a1930b3edebe03f524c2ad15d1abe1051bb8c..92381e1da74c603a83278d1450dcc58fd6064b7c 100644 --- > index c77bd27c14019566d5a5dbf3a36219a13d67f541..457c4d8150faad73189b7cb7085d7c2115fa6243 100644 4648c4650 < @@ -233,7 +233,7 @@ public function testExposedBlock($display) { --- > @@ -222,7 +222,7 @@ public function testExposedBlock() { 4657c4659 < @@ -395,7 +395,7 @@ public function testExposedSortAndItemsPerPage() { --- > @@ -356,7 +356,7 @@ public function testExposedSortAndItemsPerPage() { 4666c4668 < @@ -448,7 +448,7 @@ public function testFormErrorWithExposedForm() { --- > @@ -402,7 +402,7 @@ public function testFormErrorWithExposedForm() { 4675c4677 < @@ -456,7 +456,7 @@ public function testFormErrorWithExposedForm() { --- > @@ -410,7 +410,7 @@ public function testFormErrorWithExposedForm() { 4685c4687 < index 50b800a754329d31dfe0b460c7b9a6e6a84f8c17..3392e285353338863c7ef9bdeab42c1a2d94f04e 100644 --- > index b98cdd824b804672cf5008b2ca7ee43b7e58e39d..a60ad0c314c19362b7cef9a7765f1ca815455fb4 100644 4844c4846 < index 478f2a8e00ef5ed78f27ad5d2577ecbaf75b03ff..384e9a5c9a70384d4b27cd817d2818d411e6bd1b 100644 --- > index 90d9e68155a208693220d069f21cced3fde0317b..84e691c3db4d95960609df4249877e91d47dc996 100644 4847c4849 < @@ -89,8 +89,8 @@ public function doPathXssFilterTest() { --- > @@ -94,8 +94,8 @@ public function doPathXssFilterTest() { 5169,5181d5170 < diff --git a/core/tests/Drupal/Tests/Listeners/DeprecationListenerTrait.php b/core/tests/Drupal/Tests/Listeners/DeprecationListenerTrait.php < index aec1092b5703f9e4ced47c7de69629c18f75fba3..c688d46a421efa39f778df9364f5e183338f35f4 100644 < --- a/core/tests/Drupal/Tests/Listeners/DeprecationListenerTrait.php < +++ b/core/tests/Drupal/Tests/Listeners/DeprecationListenerTrait.php < @@ -119,8 +119,6 @@ public static function getSkippedDeprecations() { < "The \"Drupal\Tests\Listeners\DrupalListener\" class implements \"PHPUnit\Framework\TestListener\" that is deprecated Use the `TestHook` interfaces instead.", < "The \"Drupal\Tests\Listeners\DrupalListener\" class uses \"PHPUnit\Framework\TestListenerDefaultImplementation\" that is deprecated The `TestListener` interface is deprecated.", < "The \"PHPUnit\Framework\TestSuite\" class is considered internal This class is not covered by the backward compatibility promise for PHPUnit. It may change without further notice. You should not use it from \"Drupal\Tests\TestSuites\TestSuiteBase\".", < - // Simpletest's legacy assertion methods. < - 'AssertLegacyTrait::assertRaw() is deprecated in drupal:8.2.0 and is removed from drupal:10.0.0. Use $this->assertSession()->responseContains() instead. See https://www.drupal.org/node/3129738', < // PHPUnit 9. < "The \"PHPUnit\TextUI\DefaultResultPrinter\" class is considered internal This class is not covered by the backward compatibility promise for PHPUnit. It may change without further notice. You should not use it from \"Drupal\Tests\Listeners\HtmlOutputPrinter\".", < ];