Posted by Jorrit on January 30, 2012 at 4:31pm
2 followers
Jump to:
| Project: | SimpleTest |
| Version: | 6.x-2.11 |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
When executing run-tests.sh with --verbose, I receive the following notice. It would be nice if it could be fixed
Notice: Undefined property: stdClass::$caller in simpletest_script_format_result() (line 540 of /var/www/drupal6/scripts/run-tests.sh).
Comments
#1
Solved in core Drupal (D7 and D8) by #666854: E_NOTICE warnings in run_tests.sh - the patch from #3 should work here too.