tests: Complete test coverage of HtmlArmor
[lhc/web/wiklou.git] / tests / phpunit / includes / MediaWikiVersionFetcherTest.php
index bbb83da..fa59ef2 100644 (file)
@@ -8,7 +8,6 @@
  *
  * @group ComposerHooks
  *
- * @licence GNU GPL v2+
  * @author Jeroen De Dauw < jeroendedauw@gmail.com >
  */
 class MediaWikiVersionFetcherTest extends PHPUnit_Framework_TestCase {
@@ -18,4 +17,4 @@ class MediaWikiVersionFetcherTest extends PHPUnit_Framework_TestCase {
                $this->assertInternalType( 'string', $versionFetcher->fetchVersion() );
        }
 
-}
\ No newline at end of file
+}