X-Git-Url: https://git.cyclocoop.org/%242?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2FSkinTemplateTest.php;h=baa995d4e65315d75ae79720b9224bcfddf8de73;hb=f5575dda53736ce8d6012b5c0f270166c9339b2a;hp=8f54714908b13fae0047ad06af9cce4b8e42990e;hpb=a72ca3e216e83bf4025ec780f62d02959afa89d9;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/SkinTemplateTest.php b/tests/phpunit/includes/SkinTemplateTest.php index 8f54714908..baa995d4e6 100644 --- a/tests/phpunit/includes/SkinTemplateTest.php +++ b/tests/phpunit/includes/SkinTemplateTest.php @@ -10,7 +10,6 @@ */ class SkinTemplateTest extends MediaWikiTestCase { - /** * @dataProvider makeListItemProvider */ @@ -29,7 +28,13 @@ class SkinTemplateTest extends MediaWikiTestCase { array( '
  • text
  • ', '', - array( 'class' => 'class', 'itemtitle' => 'itemtitle', 'href' => 'url', 'title' => 'title', 'text' => 'text' ), + array( + 'class' => 'class', + 'itemtitle' => 'itemtitle', + 'href' => 'url', + 'title' => 'title', + 'text' => 'text' + ), array(), 'Test makteListItem with normal values' )