Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
636ec501
Commit
636ec501
authored
Oct 06, 2016
by
Dan Poltawski
Browse files
MDL-56306 tests: make upgrade_util_test compatible with travis
parent
f73f9384
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/tests/upgrade_util_test.php
View file @
636ec501
...
...
@@ -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.
*
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment