X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2FMediaWikiVersionFetcherTest.php;h=fa59ef2901a3f35c85aaae5da86500a513d00cdc;hb=08611d0aef02e031a7e6f556d42786c76d8b3a60;hp=bbb83da6c1239a76f09a92b6ff787b95f0cc90ba;hpb=bad8847147778997818a2cbdd8c1ea0d5fe7ac65;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/MediaWikiVersionFetcherTest.php b/tests/phpunit/includes/MediaWikiVersionFetcherTest.php index bbb83da6c1..fa59ef2901 100644 --- a/tests/phpunit/includes/MediaWikiVersionFetcherTest.php +++ b/tests/phpunit/includes/MediaWikiVersionFetcherTest.php @@ -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 +}