MDL-20636 Fix behaviour unit tests. (all but opaque)

This commit is contained in:
Tim Hunt 2011-01-14 16:30:27 +00:00
parent 93cadb1ede
commit 2ac0843f4b
4 changed files with 39 additions and 39 deletions

View file

@ -403,7 +403,7 @@ class qbehaviour_walkthrough_test_base extends UnitTestCase {
return new PatternExpectation('/' . preg_quote($question->questiontext) . '/');
}
protected function get_contains_general_feedback_expectation() {
protected function get_contains_general_feedback_expectation($question) {
return new PatternExpectation('/' . preg_quote($question->generalfeedback) . '/');
}