Completed
Push — master ( d44352...76d45c )
by Michael
08:21
created
class/pear/Calendar/tests/day_test.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -27,12 +27,12 @@
 block discarded – undo
27 27
     public function testPrevDay_Array()
28 28
     {
29 29
         $this->assertEqual(array(
30
-                               'year'   => 2003,
31
-                               'month'  => 10,
32
-                               'day'    => 24,
33
-                               'hour'   => 0,
34
-                               'minute' => 0,
35
-                               'second' => 0), $this->cal->prevDay('array'));
30
+                                'year'   => 2003,
31
+                                'month'  => 10,
32
+                                'day'    => 24,
33
+                                'hour'   => 0,
34
+                                'minute' => 0,
35
+                                'second' => 0), $this->cal->prevDay('array'));
36 36
     }
37 37
 
38 38
     public function testPrevHour()
Please login to merge, or discard this patch.
class/pear/Calendar/tests/week_test.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -71,12 +71,12 @@
 block discarded – undo
71 71
     public function testPrevDay_Array()
72 72
     {
73 73
         $this->assertEqual(array(
74
-                               'year'   => 2003,
75
-                               'month'  => 10,
76
-                               'day'    => 8,
77
-                               'hour'   => 0,
78
-                               'minute' => 0,
79
-                               'second' => 0), $this->cal->prevDay('array'));
74
+                                'year'   => 2003,
75
+                                'month'  => 10,
76
+                                'day'    => 8,
77
+                                'hour'   => 0,
78
+                                'minute' => 0,
79
+                                'second' => 0), $this->cal->prevDay('array'));
80 80
     }
81 81
 
82 82
     public function testThisDay()
Please login to merge, or discard this patch.
class/pear/Calendar/tests/calendar_test.php 1 patch
Indentation   +18 added lines, -18 removed lines patch added patch discarded remove patch
@@ -37,12 +37,12 @@  discard block
 block discarded – undo
37 37
     public function testPrevYear_Array()
38 38
     {
39 39
         $this->assertEqual(array(
40
-                               'year'   => 2002,
41
-                               'month'  => 1,
42
-                               'day'    => 1,
43
-                               'hour'   => 0,
44
-                               'minute' => 0,
45
-                               'second' => 0), $this->cal->prevYear('array'));
40
+                                'year'   => 2002,
41
+                                'month'  => 1,
42
+                                'day'    => 1,
43
+                                'hour'   => 0,
44
+                                'minute' => 0,
45
+                                'second' => 0), $this->cal->prevYear('array'));
46 46
     }
47 47
 
48 48
     public function testThisYear()
@@ -63,12 +63,12 @@  discard block
 block discarded – undo
63 63
     public function testPrevMonth_Array()
64 64
     {
65 65
         $this->assertEqual(array(
66
-                               'year'   => 2003,
67
-                               'month'  => 9,
68
-                               'day'    => 1,
69
-                               'hour'   => 0,
70
-                               'minute' => 0,
71
-                               'second' => 0), $this->cal->prevMonth('array'));
66
+                                'year'   => 2003,
67
+                                'month'  => 9,
68
+                                'day'    => 1,
69
+                                'hour'   => 0,
70
+                                'minute' => 0,
71
+                                'second' => 0), $this->cal->prevMonth('array'));
72 72
     }
73 73
 
74 74
     public function testThisMonth()
@@ -89,12 +89,12 @@  discard block
 block discarded – undo
89 89
     public function testPrevDay_Array()
90 90
     {
91 91
         $this->assertEqual(array(
92
-                               'year'   => 2003,
93
-                               'month'  => 10,
94
-                               'day'    => 24,
95
-                               'hour'   => 0,
96
-                               'minute' => 0,
97
-                               'second' => 0), $this->cal->prevDay('array'));
92
+                                'year'   => 2003,
93
+                                'month'  => 10,
94
+                                'day'    => 24,
95
+                                'hour'   => 0,
96
+                                'minute' => 0,
97
+                                'second' => 0), $this->cal->prevDay('array'));
98 98
     }
99 99
 
100 100
     public function testThisDay()
Please login to merge, or discard this patch.
class/pear/Calendar/tests/minute_test.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -27,12 +27,12 @@
 block discarded – undo
27 27
     public function testPrevDay_Array()
28 28
     {
29 29
         $this->assertEqual(array(
30
-                               'year'   => 2003,
31
-                               'month'  => 10,
32
-                               'day'    => 24,
33
-                               'hour'   => 0,
34
-                               'minute' => 0,
35
-                               'second' => 0), $this->cal->prevDay('array'));
30
+                                'year'   => 2003,
31
+                                'month'  => 10,
32
+                                'day'    => 24,
33
+                                'hour'   => 0,
34
+                                'minute' => 0,
35
+                                'second' => 0), $this->cal->prevDay('array'));
36 36
     }
37 37
 
38 38
     public function testPrevSecond()
Please login to merge, or discard this patch.
class/pear/Calendar/tests/second_test.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -27,12 +27,12 @@
 block discarded – undo
27 27
     public function testPrevDay_Array()
28 28
     {
29 29
         $this->assertEqual(array(
30
-                               'year'   => 2003,
31
-                               'month'  => 10,
32
-                               'day'    => 24,
33
-                               'hour'   => 0,
34
-                               'minute' => 0,
35
-                               'second' => 0), $this->cal->prevDay('array'));
30
+                                'year'   => 2003,
31
+                                'month'  => 10,
32
+                                'day'    => 24,
33
+                                'hour'   => 0,
34
+                                'minute' => 0,
35
+                                'second' => 0), $this->cal->prevDay('array'));
36 36
     }
37 37
 }
38 38
 
Please login to merge, or discard this patch.
class/pear/Calendar/tests/month_test.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -37,12 +37,12 @@
 block discarded – undo
37 37
     public function testPrevDay_Array()
38 38
     {
39 39
         $this->assertEqual(array(
40
-                               'year'   => 2003,
41
-                               'month'  => 9,
42
-                               'day'    => 30,
43
-                               'hour'   => 0,
44
-                               'minute' => 0,
45
-                               'second' => 0), $this->cal->prevDay('array'));
40
+                                'year'   => 2003,
41
+                                'month'  => 9,
42
+                                'day'    => 30,
43
+                                'hour'   => 0,
44
+                                'minute' => 0,
45
+                                'second' => 0), $this->cal->prevDay('array'));
46 46
     }
47 47
 
48 48
     public function testThisDay()
Please login to merge, or discard this patch.
class/pear/Calendar/tests/week_firstday_0_test.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -34,12 +34,12 @@
 block discarded – undo
34 34
     public function testPrevDay_Array()
35 35
     {
36 36
         $this->assertEqual(array(
37
-                               'year'   => 2003,
38
-                               'month'  => 10,
39
-                               'day'    => 8,
40
-                               'hour'   => 0,
41
-                               'minute' => 0,
42
-                               'second' => 0), $this->cal->prevDay('array'));
37
+                                'year'   => 2003,
38
+                                'month'  => 10,
39
+                                'day'    => 8,
40
+                                'hour'   => 0,
41
+                                'minute' => 0,
42
+                                'second' => 0), $this->cal->prevDay('array'));
43 43
     }
44 44
 
45 45
     public function testThisDay()
Please login to merge, or discard this patch.
class/pear/Calendar/tests/month_weeks_test.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -32,12 +32,12 @@
 block discarded – undo
32 32
     public function testPrevDay_Array()
33 33
     {
34 34
         $this->assertEqual(array(
35
-                               'year'   => 2003,
36
-                               'month'  => 9,
37
-                               'day'    => 30,
38
-                               'hour'   => 0,
39
-                               'minute' => 0,
40
-                               'second' => 0), $this->cal->prevDay('array'));
35
+                                'year'   => 2003,
36
+                                'month'  => 9,
37
+                                'day'    => 30,
38
+                                'hour'   => 0,
39
+                                'minute' => 0,
40
+                                'second' => 0), $this->cal->prevDay('array'));
41 41
     }
42 42
 
43 43
     public function testThisDay()
Please login to merge, or discard this patch.
class/pear/Calendar/tests/month_weekdays_test.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -32,12 +32,12 @@
 block discarded – undo
32 32
     public function testPrevDay_Array()
33 33
     {
34 34
         $this->assertEqual(array(
35
-                               'year'   => 2003,
36
-                               'month'  => 9,
37
-                               'day'    => 30,
38
-                               'hour'   => 0,
39
-                               'minute' => 0,
40
-                               'second' => 0), $this->cal->prevDay('array'));
35
+                                'year'   => 2003,
36
+                                'month'  => 9,
37
+                                'day'    => 30,
38
+                                'hour'   => 0,
39
+                                'minute' => 0,
40
+                                'second' => 0), $this->cal->prevDay('array'));
41 41
     }
42 42
 
43 43
     public function testThisDay()
Please login to merge, or discard this patch.