MediaWiki  1.33.0
ListToggleTest.php
Go to the documentation of this file.
1 <?php
2 
7 
11  public function testConstruct() {
12  $output = $this->getMockBuilder( OutputPage::class )
13  ->setMethods( null )
14  ->disableOriginalConstructor()
15  ->getMock();
16 
17  $listToggle = new ListToggle( $output );
18 
19  $this->assertInstanceOf( ListToggle::class, $listToggle );
20  $this->assertContains( 'mediawiki.checkboxtoggle', $output->getModules() );
21  $this->assertContains( 'mediawiki.checkboxtoggle.styles', $output->getModuleStyles() );
22  }
23 
27  public function testGetHTML() {
28  $output = $this->createMock( OutputPage::class );
29  $output->expects( $this->any() )
30  ->method( 'msg' )
31  ->will( $this->returnCallback( function ( $key ) {
32  return wfMessage( $key )->inLanguage( 'qqx' );
33  } ) );
34  $output->expects( $this->once() )
35  ->method( 'getLanguage' )
36  ->will( $this->returnValue( Language::factory( 'qqx' ) ) );
37 
38  $listToggle = new ListToggle( $output );
39 
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>',
47  $html );
48  }
49 }
ListToggleTest
ListToggle.
Definition: ListToggleTest.php:6
php
injection txt This is an overview of how MediaWiki makes use of dependency injection The design described here grew from the discussion of RFC T384 The term dependency this means that anything an object needs to operate should be injected from the the object itself should only know narrow no concrete implementation of the logic it relies on The requirement to inject everything typically results in an architecture that based on two main types of and essentially stateless service objects that use other service objects to operate on the value objects As of the beginning MediaWiki is only starting to use the DI approach Much of the code still relies on global state or direct resulting in a highly cyclical dependency which acts as the top level factory for services in MediaWiki which can be used to gain access to default instances of various services MediaWikiServices however also allows new services to be defined and default services to be redefined Services are defined or redefined by providing a callback the instantiator that will return a new instance of the service When it will create an instance of MediaWikiServices and populate it with the services defined in the files listed by thereby bootstrapping the DI framework Per $wgServiceWiringFiles lists includes ServiceWiring php
Definition: injection.txt:35
$html
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
Definition: hooks.txt:1985
ListToggleTest\testGetHTML
testGetHTML()
ListToggle::getHTML.
Definition: ListToggleTest.php:27
ListToggle
Class for generating clickable toggle links for a list of checkboxes.
Definition: ListToggle.php:31
MediaWikiTestCase
Definition: MediaWikiTestCase.php:17
$output
$output
Definition: SyntaxHighlight.php:334
any
they could even be mouse clicks or menu items whatever suits your program You should also get your if any
Definition: COPYING.txt:326
ListToggleTest\testConstruct
testConstruct()
ListToggle::__construct.
Definition: ListToggleTest.php:11
Language\factory
static factory( $code)
Get a cached or new language object for a given language code.
Definition: Language.php:215
class
you have access to all of the normal MediaWiki so you can get a DB use the etc For full docs on the Maintenance class
Definition: maintenance.txt:52
wfMessage
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 use $formDescriptor instead 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 "&lt