MDL-67598 unit tests: Pass day of month without leading zero
commit5afac432f5388afa8f2e709d7f956cd3f39fd874
authorEloy Lafuente (stronk7) <stronk7@moodle.org>
Wed, 1 Jan 2020 23:06:40 +0000 (2 00:06 +0100)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Wed, 1 Jan 2020 23:06:40 +0000 (2 00:06 +0100)
tree12812b3c4b4c6a87718c686fce3074997e5b142f
parent7850f76a93bb673a30bdfffe23a3077c83d9749c
MDL-67598 unit tests: Pass day of month without leading zero

Note this fixes the unit tests. Still the calendar API itself
should be able to manage this cases, both casting (int) or
being stricter about what's allowed there (param hinting).

But that falls out from this issue and the code that introduced
the failures, so the pure unit-test fix has been applied.
calendar/tests/externallib_test.php