Merge branch 'MDL-36941_master-fix' of git://github.com/markn86/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2018-03-28 17:39:40 +02:00
commit 83c64f78c0
4 changed files with 25 additions and 13 deletions

View file

@ -122,7 +122,7 @@ class core_iplookup_geoip_testcase extends advanced_testcase {
public function ip_provider() {
return [
'IPv4: Sample suggested by maxmind themselves' => ['24.24.24.24'],
'IPv4: github.com' => ['192.30.255.112'],
'IPv4: github.com' => ['192.30.255.112'],
'IPv6: UCLA' => ['2607:f010:3fe:fff1::ff:fe00:25'],
];
}