@@ -27,13 +27,13 @@ |
||
| 27 | 27 | public function testPrevDay_Array() |
| 28 | 28 | { |
| 29 | 29 | $this->assertEqual([ |
| 30 | - 'year' => 2003, |
|
| 31 | - 'month' => 10, |
|
| 32 | - 'day' => 24, |
|
| 33 | - 'hour' => 0, |
|
| 34 | - 'minute' => 0, |
|
| 35 | - 'second' => 0, |
|
| 36 | - ], $this->cal->prevDay('array')); |
|
| 30 | + 'year' => 2003, |
|
| 31 | + 'month' => 10, |
|
| 32 | + 'day' => 24, |
|
| 33 | + 'hour' => 0, |
|
| 34 | + 'minute' => 0, |
|
| 35 | + 'second' => 0, |
|
| 36 | + ], $this->cal->prevDay('array')); |
|
| 37 | 37 | } |
| 38 | 38 | |
| 39 | 39 | public function testPrevMinute() |
@@ -34,13 +34,13 @@ |
||
| 34 | 34 | public function testPrevDay_Array() |
| 35 | 35 | { |
| 36 | 36 | $this->assertEqual([ |
| 37 | - 'year' => 2003, |
|
| 38 | - 'month' => 10, |
|
| 39 | - 'day' => 8, |
|
| 40 | - 'hour' => 0, |
|
| 41 | - 'minute' => 0, |
|
| 42 | - 'second' => 0, |
|
| 43 | - ], $this->cal->prevDay('array')); |
|
| 37 | + 'year' => 2003, |
|
| 38 | + 'month' => 10, |
|
| 39 | + 'day' => 8, |
|
| 40 | + 'hour' => 0, |
|
| 41 | + 'minute' => 0, |
|
| 42 | + 'second' => 0, |
|
| 43 | + ], $this->cal->prevDay('array')); |
|
| 44 | 44 | } |
| 45 | 45 | |
| 46 | 46 | public function testThisDay() |
@@ -37,13 +37,13 @@ |
||
| 37 | 37 | public function testPrevDay_Array() |
| 38 | 38 | { |
| 39 | 39 | $this->assertEqual([ |
| 40 | - 'year' => 2003, |
|
| 41 | - 'month' => 9, |
|
| 42 | - 'day' => 30, |
|
| 43 | - 'hour' => 0, |
|
| 44 | - 'minute' => 0, |
|
| 45 | - 'second' => 0, |
|
| 46 | - ], $this->cal->prevDay('array')); |
|
| 40 | + 'year' => 2003, |
|
| 41 | + 'month' => 9, |
|
| 42 | + 'day' => 30, |
|
| 43 | + 'hour' => 0, |
|
| 44 | + 'minute' => 0, |
|
| 45 | + 'second' => 0, |
|
| 46 | + ], $this->cal->prevDay('array')); |
|
| 47 | 47 | } |
| 48 | 48 | |
| 49 | 49 | public function testThisDay() |
@@ -32,13 +32,13 @@ |
||
| 32 | 32 | public function testPrevDay_Array() |
| 33 | 33 | { |
| 34 | 34 | $this->assertEqual([ |
| 35 | - 'year' => 2003, |
|
| 36 | - 'month' => 9, |
|
| 37 | - 'day' => 30, |
|
| 38 | - 'hour' => 0, |
|
| 39 | - 'minute' => 0, |
|
| 40 | - 'second' => 0, |
|
| 41 | - ], $this->cal->prevDay('array')); |
|
| 35 | + 'year' => 2003, |
|
| 36 | + 'month' => 9, |
|
| 37 | + 'day' => 30, |
|
| 38 | + 'hour' => 0, |
|
| 39 | + 'minute' => 0, |
|
| 40 | + 'second' => 0, |
|
| 41 | + ], $this->cal->prevDay('array')); |
|
| 42 | 42 | } |
| 43 | 43 | |
| 44 | 44 | public function testThisDay() |
@@ -27,13 +27,13 @@ |
||
| 27 | 27 | public function testPrevDay_Array() |
| 28 | 28 | { |
| 29 | 29 | $this->assertEqual([ |
| 30 | - 'year' => 2003, |
|
| 31 | - 'month' => 10, |
|
| 32 | - 'day' => 24, |
|
| 33 | - 'hour' => 0, |
|
| 34 | - 'minute' => 0, |
|
| 35 | - 'second' => 0, |
|
| 36 | - ], $this->cal->prevDay('array')); |
|
| 30 | + 'year' => 2003, |
|
| 31 | + 'month' => 10, |
|
| 32 | + 'day' => 24, |
|
| 33 | + 'hour' => 0, |
|
| 34 | + 'minute' => 0, |
|
| 35 | + 'second' => 0, |
|
| 36 | + ], $this->cal->prevDay('array')); |
|
| 37 | 37 | } |
| 38 | 38 | |
| 39 | 39 | public function testPrevHour() |
@@ -58,9 +58,9 @@ |
||
| 58 | 58 | $rediredtMessage = _MD_EXTCAL_MAX_MEMBER_REACHED; |
| 59 | 59 | } else { |
| 60 | 60 | $eventMemberHandler->createEventmember([ |
| 61 | - 'event_id' => (int)$_POST['event'], |
|
| 62 | - 'uid' => $xoopsUser->getVar('uid'), |
|
| 63 | - ]); |
|
| 61 | + 'event_id' => (int)$_POST['event'], |
|
| 62 | + 'uid' => $xoopsUser->getVar('uid'), |
|
| 63 | + ]); |
|
| 64 | 64 | sendMail2member($mode, $event_id, $member_uid, _MD_EXTCAL_SUBJECT_1, _MD_EXTCAL_MSG_1); |
| 65 | 65 | $rediredtMessage = _MD_EXTCAL_WHOS_GOING_ADDED_TO_EVENT; |
| 66 | 66 | } |