X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2FLicensesTest.php;h=c7b3ce897e432f9a42eb7eff396169acb30b2271;hb=ee78c151a19ae09dd5734ac089eaf75eea3bffbf;hp=212b3b3bf0a71cda0d982bb72b9362e0079991cd;hpb=8b39246edec852455837131ff6145b82970c55d6;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/LicensesTest.php b/tests/phpunit/includes/LicensesTest.php index 212b3b3bf0..c7b3ce897e 100644 --- a/tests/phpunit/includes/LicensesTest.php +++ b/tests/phpunit/includes/LicensesTest.php @@ -1,14 +1,17 @@ 'FooField', 'type' => 'select', 'section' => 'description', @@ -16,7 +19,7 @@ class LicensesTest extends MediaWikiTestCase { 'label' => 'A label text', # Note can't test label-message because $wgOut is not defined 'name' => 'AnotherName', 'licenses' => $str, - ) ); + ] ); $this->assertThat( $lc, $this->isInstanceOf( 'Licenses' ) ); } }