Completed
Push — master ( 5b36a8...0f0770 )
by Marc
03:06
created
tests/Timer/TimerTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@
 block discarded – undo
83 83
         $currentYear = date('Y');
84 84
 
85 85
         $this->assertFalse($timer->isHoliday('2014-03-03 00:00:00'), 'failed to check non-holiday date');
86
-        $this->assertTrue($timer->isHoliday($currentYear . '-12-24 12:30:01'), 'failed to validate christmas');
86
+        $this->assertTrue($timer->isHoliday($currentYear.'-12-24 12:30:01'), 'failed to validate christmas');
87 87
         $this->assertNotEmpty($timer->getHoliday());
88 88
 
89 89
         $this->assertTrue(is_bool($timer->isHoliday()), 'failed to validate bool return');
Please login to merge, or discard this patch.