-
Bug
-
Resolution: Fixed
-
Minor
-
2.6
-
None
-
MOODLE_26_STABLE
-
MOODLE_24_STABLE, MOODLE_25_STABLE, MOODLE_26_STABLE
-
wip-
MDL-43279-master -
- Turn on notice reporting and use PHP 5.5
- Add recent blog entries block in the course or on frontpage
- Make sure the block contains the string 'No recent entries' and there are no notices/errors
One of my behat installations caught this error:
(::) failed steps (::)
|
|
01. PHP debug message/s found:
|
|
Notice: Undefined property: stdClass::$text in /home/marina/repositories/pg27/moodle/blocks/blog_recent/block_blog_recent.php on line 125
|
In step `And I add the "Recent blog entries" block'. # behat_blocks::i_add_the_block()
|
From scenario `Import course's contents to another course'. # /home/marina/repositories/pg27/moodle/backup/util/ui/tests/behat/import_course.feature:8
|
Of feature `Import course's contents into another course'. # /home/marina/repositories/pg27/moodle/backup/util/ui/tests/behat/import_course.feature
|
I'm trying to find out now why it was only ONE of behat tests (and fix the actual bug)