mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-32250 fixed case typo
Thanks Dan!
This commit is contained in:
parent
0bb48cc2a1
commit
97621c33c9
@ -151,7 +151,7 @@ class question_engine_unit_of_work_test extends data_loading_method_test_base {
|
||||
|
||||
$newattempts = $this->observer->get_attempts_added();
|
||||
$this->assertEqual(1, count($newattempts));
|
||||
$this->asserttrue($this->quba->get_question_attempt($slot) === reset($newattempts));
|
||||
$this->assertTrue($this->quba->get_question_attempt($slot) === reset($newattempts));
|
||||
$this->assertIdentical($slot, key($newattempts));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user