Activity log for bug #1772792

Date Who What changed Old value New value Message
2018-05-23 03:45:07 Rebecca Blundell bug added bug
2018-05-23 04:30:36 Rebecca Blundell description 1. Upgrade behat to run in php 7.2 2. Figure out what best to do for this problem: Currently there is an issue with the Behat2Renderer.php file in the html report. It uses count() as a test whether object properties return null. As in 7.2 passing null to count results in a warning, running tests currently produces a long list of warnings, so we should probably change that. Related to https://bugs.launchpad.net/mahara/+bug/1767945 1. Upgrade behat to run in php 7.2 2. Figure out what best to do for this problem: Currently there is an issue with the Behat2Renderer.php file in the html report. It uses count() as a test whether object properties return null. As in 7.2 passing null to count results in a warning, running tests currently produces a long list of warnings, so we should probably change that. It looks like implementing Countable on the object may solve this. Related to https://bugs.launchpad.net/mahara/+bug/1767945
2018-05-24 04:40:15 Kristina Hoeppner mahara: status New In Progress
2018-05-24 04:40:17 Kristina Hoeppner mahara: importance Undecided High
2018-05-24 04:40:19 Kristina Hoeppner mahara: milestone 18.10.0
2018-05-28 22:15:47 Robert Lyon mahara: status In Progress Fix Committed
2018-10-25 02:47:55 Cecilia Vela Gurovic mahara: status Fix Committed Fix Released