Skip to content

Commit

Permalink
Improve unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
nohponex committed May 14, 2016
1 parent eb609cb commit 4e3faa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/DatetimeValidatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public function testFormatMaximumFailure()
'2000-10-12 12:00:00'
);

$validator->parse('2000-10-13 12:00:00');
$validator->parse('2000-11-12 12:00:00');
}

/**
Expand Down

0 comments on commit 4e3faa1

Please sign in to comment.