Code Duplication    Length = 3-3 lines in 2 locations

tests/Cgi/Grid/Tests/Field/CircularCenterRadiusTest.php 2 locations

@@ 55-57 (lines=3) @@
52
            if ($firstLine) {
53
                $firstLine = false;
54
                print 'y  ';
55
                for ($x=0, $xMax = count($row); $x<$xMax; $x++) {
56
                    print $x % 10;
57
                }
58
                print " x \n";
59
            }
60
            print str_pad($y, 3);
@@ 61-63 (lines=3) @@
58
                print " x \n";
59
            }
60
            print str_pad($y, 3);
61
            for ($x=0, $xMax = count($row); $x<$xMax; $x++) {
62
                print $row[$x];
63
            }
64
            print "\n";
65
        }
66
        print "\n\n\n\n";