Loading core/modules/filter/tests/src/Kernel/TextFormatElementFormTest.php +0 −9 Original line number Diff line number Diff line Loading @@ -132,13 +132,4 @@ public function testTextFormatElement() { $this->assertNoPattern('|<h4[^>]*></h4>|', 'No empty H4 element found.'); } /** * {@inheritdoc} */ protected function getUrl() { // \Drupal\simpletest\AssertContentTrait needs this for ::assertFieldByName // to work. return 'Internal rendering'; } } core/tests/Drupal/KernelTests/AssertContentTrait.php +0 −10 Original line number Diff line number Diff line Loading @@ -136,16 +136,6 @@ protected function parse() { return $this->elements; } /** * Get the current URL from the cURL handler. * * @return string * The current URL. */ protected function getUrl() { return 'no-url'; } /** * Builds an XPath query. * Loading Loading
core/modules/filter/tests/src/Kernel/TextFormatElementFormTest.php +0 −9 Original line number Diff line number Diff line Loading @@ -132,13 +132,4 @@ public function testTextFormatElement() { $this->assertNoPattern('|<h4[^>]*></h4>|', 'No empty H4 element found.'); } /** * {@inheritdoc} */ protected function getUrl() { // \Drupal\simpletest\AssertContentTrait needs this for ::assertFieldByName // to work. return 'Internal rendering'; } }
core/tests/Drupal/KernelTests/AssertContentTrait.php +0 −10 Original line number Diff line number Diff line Loading @@ -136,16 +136,6 @@ protected function parse() { return $this->elements; } /** * Get the current URL from the cURL handler. * * @return string * The current URL. */ protected function getUrl() { return 'no-url'; } /** * Builds an XPath query. * Loading