Completed
Push — master ( 18c6c9...3f31c6 )
by Gordon
06:55
created
tests/SiteMapTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -21,8 +21,8 @@
 block discarded – undo
21 21
        	$this->assertEquals(2, $count);
22 22
 
23 23
        	// assert root level pages
24
-        for ($i=1; $i <= 4; $i++) {
25
-        	$row = '<li><a href="page-' . $i . '" title="Go to the Page ' . $i . ' page">Page ' . $i . '</a>';
24
+        for ($i = 1; $i <= 4; $i++) {
25
+        	$row = '<li><a href="page-'.$i.'" title="Go to the Page '.$i.' page">Page '.$i.'</a>';
26 26
         	$this->assertContains($row, $body);
27 27
         	$positions["{$i}"] = strpos($body, $row);
28 28
         }
Please login to merge, or discard this patch.