moodle/mod/forum/report/summary/tests
Eloy Lafuente (stronk7) a0e38e4371 MDL-68846 behat: Avoid asserting AM/PM strings. They are not cross-os
The exists/contains steps of behat are case-sensitive, in the other
side, depending of the OS and locales, time functions are not 100%
consistent. See https://bugs.php.net/bug.php?id=76378 for example.

So only solutions are:

1) Create a specific new step performing the checks case insensitively.
2) Avoid making AM / PM part of the checks.

Here we have opted by the 2nd approach, it's not critical part to check.
2020-05-27 17:55:32 +02:00
..
behat MDL-68846 behat: Avoid asserting AM/PM strings. They are not cross-os 2020-05-27 17:55:32 +02:00
events_test.php MDL-66447 forumreport_summary: Added event logging 2019-11-11 10:49:09 +08:00