Skip to content

Commit

Permalink
codacy code reviews remove unused $time2 var
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Aug 6, 2018
1 parent 61ac4a1 commit 803a97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system/I18n/TimeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ public function testSetDay()
public function testSetDayOverMaxInCurrentMonth()
{
$time = Time::parse('Feb 02, 2009');
$time2 = $time->setDay(29);
$time->setDay(29);
}

public function testSetDayNotOverMaxInCurrentMonth()
Expand Down

0 comments on commit 803a97d

Please sign in to comment.