MDL-60978 session: Run redis tests in isolation
authorAndrew Nicols <andrew@nicols.co.uk>
Tue, 18 Jun 2019 04:12:20 +0000 (12:12 +0800)
committerAndrew Nicols <andrew@nicols.co.uk>
Fri, 21 Jun 2019 06:36:13 +0000 (14:36 +0800)
lib/tests/session_redis_test.php

index 8b32e75..7dc7b21 100644 (file)
@@ -38,6 +38,7 @@ defined('MOODLE_INTERNAL') || die();
  * @author    Russell Smith <mr-russ@smith2001.net>
  * @copyright 2016 Russell Smith
  * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
+ * @runClassInSeparateProcess
  */
 class core_session_redis_testcase extends advanced_testcase {