Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc1785b
)
MDL-60978 session: Run redis tests in isolation
author
Andrew Nicols
<andrew@nicols.co.uk>
Tue, 18 Jun 2019 04:12:20 +0000
(12:12 +0800)
committer
Andrew Nicols
<andrew@nicols.co.uk>
Fri, 21 Jun 2019 06:36:13 +0000
(14:36 +0800)
lib/tests/session_redis_test.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/tests/session_redis_test.php
b/lib/tests/session_redis_test.php
index
8b32e75
..
7dc7b21
100644
(file)
--- a/
lib/tests/session_redis_test.php
+++ b/
lib/tests/session_redis_test.php
@@
-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 {