12 $output = $this->getMockBuilder( OutputPage::class )
14 ->disableOriginalConstructor()
19 $this->assertInstanceOf( ListToggle::class, $listToggle );
20 $this->assertContains(
'mediawiki.checkboxtoggle',
$output->getModules() );
21 $this->assertContains(
'mediawiki.checkboxtoggle.styles',
$output->getModuleStyles() );
28 $output = $this->createMock( OutputPage::class );
31 ->will( $this->returnCallback(
function ( $key ) {
32 return wfMessage( $key )->inLanguage(
'qqx' );
34 $output->expects( $this->once() )
35 ->method(
'getLanguage' )
36 ->will( $this->returnValue( Language::factory(
'qqx' ) ) );
40 $html = $listToggle->getHTML();
41 $this->assertEquals(
'<div class="mw-checkbox-toggle-controls">' .
42 '(checkbox-select: <a class="mw-checkbox-all" role="button"' .
43 ' tabindex="0">(checkbox-all)</a>(comma-separator)' .
44 '<a class="mw-checkbox-none" role="button" tabindex="0">' .
45 '(checkbox-none)</a>(comma-separator)<a class="mw-checkbox-invert" ' .
46 'role="button" tabindex="0">(checkbox-invert)</a>)</div>',
they could even be mouse clicks or menu items whatever suits your program You should also get your if any
testConstruct()
ListToggle::__construct.
testGetHTML()
ListToggle::getHTML.
Class for generating clickable toggle links for a list of checkboxes.
static configuration should be added through ResourceLoaderGetConfigVars instead can be used to get the real title after the basic globals have been set but before ordinary actions take place $output
either a unescaped string or a HtmlArmor object after in associative array form externallinks including delete and has completed for all link tables whether this was an auto creation default is conds Array Extra conditions for the No matching items in log is displayed if loglist is empty msgKey Array If you want a nice box with a set this to the key of the message First element is the message additional optional elements are parameters for the key that are processed with wfMessage() -> params() ->parseAsBlock() - offset Set to overwrite offset parameter in $wgRequest set to '' to unset offset - wrap String Wrap the message in html(usually something like "<div ...>$1</div>"). - flags Integer display flags(NO_ACTION_LINK, NO_EXTRA_USER_LINKS) 'LogException':Called before an exception(or PHP error) is logged. This is meant for integration with external error aggregation services
null means default in associative array with keys and values unescaped Should be merged with default with a value of false meaning to suppress the attribute in associative array with keys and values unescaped noclasses just before the function returns a value If you return an< a > element with HTML attributes $attribs and contents $html will be returned If you return $ret will be returned and may include noclasses & $html