Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / simpletest / src / Tests / UiPhpUnitOutputTest.php
index 324bf1d570b4720f62ad9b550f12f1625fc991ee..e032cef9418b45c3eda8a6f1fe4b919da625afdc 100644 (file)
@@ -35,9 +35,9 @@ class UiPhpUnitOutputTest extends WebTestBase {
 
     // Check that there are <br> tags for the HTML output by
     // SimpletestUiPrinter.
-    $this->assertEqual($output[18], 'HTML output was generated<br />');
+    $this->assertEqual($output[19], 'HTML output was generated<br />');
     // Check that URLs are printed as HTML links.
-    $this->assertIdentical(strpos($output[19], '<a href="http'), 0);
+    $this->assertIdentical(strpos($output[20], '<a href="http'), 0);
   }
 
 }