Skip to content

Commit 0a15eab

Browse files
committed
INT-19064 block_conduit, local_mr: Brought Zend 1.21.0 fixes for lowerCase, and fixed ILP and Meta tests from Conduit
1 parent bdde285 commit 0a15eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/mail_test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1118,7 +1118,7 @@ public function forum_post_email_templates_provider() {
11181118
* @param array $data provider samples.
11191119
*/
11201120
public function test_forum_post_email_templates($data) {
1121-
$this->markTestSkipped('To be reviewed in INT-19064');
1121+
$this->markTestSkipped('To be reviewed in INT-19113');
11221122
global $DB, $CFG;
11231123
// Disabled to avoid adding footer with Mobile Web Services info on emails.
11241124
$CFG->enablemobilewebservice = 0;

0 commit comments

Comments
 (0)