3 class LicensesTest
extends MediaWikiTestCase
{
5 function testLicenses() {
8 ** GFDL|Debian disagrees
11 $lc = new Licenses( array(
12 'fieldname' => 'FooField',
14 'section' => 'description',
16 'label' => 'A label text', # Note can't test label-message because $wgOut is not defined
17 'name' => 'AnotherName',
20 $this->assertThat( $lc, $this->isInstanceOf( 'Licenses' ) );