Skip to content

Commit

Permalink
Merge pull request #132 from chentsulin/patch-1
Browse files Browse the repository at this point in the history
removed a duplicated assertion
  • Loading branch information
dragonmantank authored Nov 30, 2016
2 parents f7fb40e + 9369d33 commit 3750e17
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Cron/AbstractFieldTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ public function testTestsIfIncrementsOfRanges()
{
$f = new DayOfWeekField();
$this->assertFalse($f->isIncrementsOfRanges('1-2'));
$this->assertFalse($f->isIncrementsOfRanges('1-2'));
$this->assertTrue($f->isIncrementsOfRanges('1/2'));
$this->assertTrue($f->isIncrementsOfRanges('*/2'));
$this->assertTrue($f->isIncrementsOfRanges('3-12/2'));
Expand Down

0 comments on commit 3750e17

Please sign in to comment.