Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
MDL-56306 tests: make upgrade_util_test compatible with travis
[moodle.git]
/
lib
/
tests
/
upgrade_util_test.php
diff --git
a/lib/tests/upgrade_util_test.php
b/lib/tests/upgrade_util_test.php
index
db0ae66
..
bba4ceb
100644
(file)
--- a/
lib/tests/upgrade_util_test.php
+++ b/
lib/tests/upgrade_util_test.php
@@
-24,6
+24,9
@@
defined('MOODLE_INTERNAL') || die();
+// Hack to let tests run on travis..
+defined('CURL_SSLVERSION_TLSv1_2') || define('CURL_SSLVERSION_TLSv1_2', 6);
+
/**
* Upgrade utility class tests.
*