6 class ExternalStoreTest
extends MediaWikiTestCase
{
7 private $saved_wgExternalStores;
10 global $wgExternalStores;
11 $this->saved_wgExternalStores
= $wgExternalStores ;
15 global $wgExternalStores;
16 $wgExternalStores = $this->saved_wgExternalStores
;
19 function testExternalStoreDoesNotFetchIncorrectURL() {
20 global $wgExternalStores;
21 $wgExternalStores = true;
23 # Assertions for r68900
25 ExternalStore
::fetchFromURL( 'http://' ) );
27 ExternalStore
::fetchFromURL( 'ftp.wikimedia.org' ) );
29 ExternalStore
::fetchFromURL( '/super.txt' ) );