X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2FLicensesTest.php;h=c7b3ce897e432f9a42eb7eff396169acb30b2271;hb=af28f35696ce2d50bdc0cf62af3ceaf524dc8c68;hp=478a2ffc2adcd71522c0d55052254d7c80581bdc;hpb=de7af7ac2c651d747221dd322fa9e40956681cb9;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/LicensesTest.php b/tests/phpunit/includes/LicensesTest.php index 478a2ffc2a..c7b3ce897e 100644 --- a/tests/phpunit/includes/LicensesTest.php +++ b/tests/phpunit/includes/LicensesTest.php @@ -1,5 +1,8 @@ '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' ) ); } }