Issue #3160405 by mondrake, ravi.shankar, jungle, longwave: Deprecate...
Issue #3160405 by mondrake, ravi.shankar, jungle, longwave: Deprecate overloading arguments to WebAssert methods to prevent conversions of legacy Simpletest test to carry over cruft
@@ -141,11 +141,15 @@ public function testMultipleClosingBodies_2678662() {
// Besides verifying there is no JavaScript syntax error, also verify the
// HTML structure.
// The BigPipe stop signal is present just before the closing </body> and
// </html> tags.
$this->assertSession()
->responseContains(BigPipe::STOP_SIGNAL."\n\n\n</body></html>",'The BigPipe stop signal is present just before the closing </body> and </html> tags.');
// The BigPipe start signal does NOT start at the closing </body> tag string
// in an inline script.
$this->assertSession()
->responseNotContains($js_code_until_closing_body_tag."\n".BigPipe::START_SIGNAL,'The BigPipe start signal does NOT start at the closing </body> tag string in an inline script.');