MediaWiki  1.23.2
MediaWikiVersionFetcherTest.php
Go to the documentation of this file.
1 <?php
2 
14 class MediaWikiVersionFetcherTest extends PHPUnit_Framework_TestCase {
15 
16  public function testReturnsResult() {
17  $versionFetcher = new MediaWikiVersionFetcher();
18  $this->assertInternalType( 'string', $versionFetcher->fetchVersion() );
19  }
20 
21 }
php
skin txt MediaWiki includes four core it has been set as the default in MediaWiki since the replacing Monobook it had been been the default skin since before being replaced by Vector largely rewritten in while keeping its appearance Several legacy skins were removed in the as the burden of supporting them became too heavy to bear Those in etc for skin dependent CSS etc for skin dependent JavaScript These can also be customised on a per user by etc This feature has led to a wide variety of user styles becoming that gallery is a good place to ending in php
Definition: skin.txt:62
MediaWikiVersionFetcherTest\testReturnsResult
testReturnsResult()
Definition: MediaWikiVersionFetcherTest.php:16
MediaWikiVersionFetcherTest
Note: this is not a unit test, as it touches the file system and reads an actual file.
Definition: MediaWikiVersionFetcherTest.php:14
MediaWikiVersionFetcher
Provides access to MediaWiki's version without requiring MediaWiki (or anything else) being loaded fi...
Definition: MediaWikiVersionFetcher.php:10