X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fblock%2Ftests%2Fsrc%2FFunctional%2FBlockRenderOrderTest.php;h=ca9c2c299d0b54f8c449c17bcf1f73118e851300;hp=2fd1ab8925d76e8f0ad4378fc2f612f346a50b9b;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/modules/block/tests/src/Functional/BlockRenderOrderTest.php b/web/core/modules/block/tests/src/Functional/BlockRenderOrderTest.php index 2fd1ab892..ca9c2c299 100644 --- a/web/core/modules/block/tests/src/Functional/BlockRenderOrderTest.php +++ b/web/core/modules/block/tests/src/Functional/BlockRenderOrderTest.php @@ -63,7 +63,7 @@ class BlockRenderOrderTest extends BrowserTestBase { } $this->drupalGet(''); - $test_content = $this->getRawContent(''); + $test_content = $this->getSession()->getPage()->getContent(); $controller = $this->container->get('entity_type.manager')->getStorage('block'); foreach ($controller->loadMultiple() as $return_block) {