MediaWiki  1.27.2
HtmlTest Class Reference

tests for includes/Html.php More...

Inheritance diagram for HtmlTest:
Collaboration diagram for HtmlTest:

Public Member Functions

 dataXmlMimeType ()
 
 testCanDisableANamespaces ()
 
 testCanFilterOutNamespaces ()
 
 testDropDefaults ($expected, $element, $attribs, $message= '')
 Test out Html::element drops or enforces default value Html::dropDefaults provideElementsWithAttributesHavingDefaultValues. More...
 
 testElementBasics ()
 Html::element. More...
 
 testExpandAttributes_ArrayOnNonListValueAttribute_ThrowsException ()
 Html::expandAttributes MWException More...
 
 testExpandAttributesForBooleans ()
 Html::expandAttributes More...
 
 testExpandAttributesForNumbers ()
 Html::expandAttributes More...
 
 testExpandAttributesForObjects ()
 Html::expandAttributes More...
 
 testExpandAttributesListValueAttributes ()
 Html::expandAttributes has special features for HTML attributes that use space separated lists and also allows arrays to be used as values. More...
 
 testExpandAttributesSkipsNullAndFalse ()
 Html::expandAttributes More...
 
 testExpandAttributesSpaceSeparatedAttributesWithBoolean ()
 Test feature added by r96188, let pass attributes values as a PHP array. More...
 
 testExpandAttributesVariousExpansions ()
 Test for Html::expandAttributes() Please note it output a string prefixed with a space! Html::expandAttributes. More...
 
 testFormValidationBlacklist ()
 Html::expandAttributes More...
 
 testHtmlElementAcceptsNewHtml5TypesInHtml5Mode ($HTML5InputType)
 provideHtml5InputTypes Html::element More...
 
 testNamespaceSelector ()
 Html::namespaceSelector More...
 
 testSrcSet ($images, $expected, $message)
 provideSrcSetImages Html::srcSet More...
 
 testValueIsAuthoritativeInSpaceSeparatedAttributesArrays ()
 How do we handle duplicate keys in HTML attributes expansion? We could pass a "class" the values: 'GREEN' and array( 'GREEN' => false ) The later will take precedence. More...
 
 testWrapperCheck ()
 
 testWrapperInput ()
 
 testWrapperLabel ()
 
 testWrapperRadio ()
 
 testXmlMimeType ($mimetype, $isXmlMimeType)
 dataXmlMimeType Html::isXmlMimeType More...
 
- Public Member Functions inherited from MediaWikiTestCase
 __call ($func, $args)
 
 __construct ($name=null, array $data=[], $dataName= '')
 
 __destruct ()
 
 addDBData ()
 Stub. More...
 
 addDBDataOnce ()
 Stub. More...
 
 dbPrefix ()
 
 getCliArg ($offset)
 
 hideDeprecated ($function)
 Don't throw a warning if $function is deprecated and called later. More...
 
 needsDB ()
 
 run (PHPUnit_Framework_TestResult $result=null)
 
 setCliArg ($offset, $value)
 
 setContentLang ($lang)
 
 setupAllTestDBs ()
 Set up all test DBs. More...
 
 setUserLang ($lang)
 
 testMediaWikiTestCaseParentSetupCalled ()
 Make sure MediaWikiTestCase extending classes have called their parent setUp method. More...
 
 usesTemporaryTables ()
 

Static Public Member Functions

static provideElementsWithAttributesHavingDefaultValues ()
 
static provideHtml5InputTypes ()
 List of input element types values introduced by HTML5 Full list at http://www.w3.org/TR/html-markup/input.html. More...
 
static provideSrcSetImages ()
 
- Static Public Member Functions inherited from MediaWikiTestCase
static assertNotTag ($matcher, $actual, $message= '', $isHtml=true)
 
static assertTag ($matcher, $actual, $message= '', $isHtml=true)
 Note: we are overriding this method to remove the deprecated error. More...
 
static listTables ($db)
 
static setupTestDB (DatabaseBase $db, $prefix)
 Creates an empty skeleton of the wiki database by cloning its structure to equivalent tables using the given $prefix. More...
 
static teardownTestDB ()
 Restores MediaWiki to using the table set (table prefix) it was using before setupTestDB() was called. More...
 
static wfResetOutputBuffersBarrier ($buffer)
 Used as a marker to prevent wfResetOutputBuffers from breaking PHPUnit. More...
 

Protected Member Functions

 setUp ()
 
- Protected Member Functions inherited from MediaWikiTestCase
 addTmpFiles ($files)
 
 arrayWrap (array $elements)
 Utility method taking an array of elements and wrapping each element in its own array. More...
 
 assertArrayEquals (array $expected, array $actual, $ordered=false, $named=false)
 Assert that two arrays are equal. More...
 
 assertHTMLEquals ($expected, $actual, $msg= '')
 Put each HTML element on its own line and then equals() the results. More...
 
 assertSelect ($table, $fields, $condition, array $expectedRows)
 Asserts that the given database query yields the rows given by $expectedRows. More...
 
 assertType ($type, $actual, $message= '')
 Asserts the type of the provided value. More...
 
 assertTypeOrValue ($type, $actual, $value=false, $message= '')
 Asserts that the provided variable is of the specified internal type or equals the $value argument. More...
 
 assertValidHtmlDocument ($html)
 Asserts that the given string is valid HTML document. More...
 
 assertValidHtmlSnippet ($html)
 Asserts that the given string is a valid HTML snippet. More...
 
 checkDbIsSupported ()
 
 checkHasGzip ()
 Check whether we have the 'gzip' commandline utility, will skip the test whenever "gzip -V" fails. More...
 
 checkPHPExtension ($extName)
 Check if $extName is a loaded PHP extension, will skip the test whenever it is not loaded. More...
 
 getDefaultWikitextNS ()
 Returns the ID of a namespace that defaults to Wikitext. More...
 
 getNewTempDirectory ()
 obtains a new temporary directory More...
 
 getNewTempFile ()
 Obtains a new temporary file name. More...
 
 insertPage ($pageName, $text= 'Sample page for unit test.')
 Insert a new page. More...
 
 isWikitextNS ($ns)
 Returns true if the given namespace defaults to Wikitext according to $wgNamespaceContentModels. More...
 
 markTestSkippedIfNoDiff3 ()
 Check, if $wgDiff3 is set and ready to merge Will mark the calling test as skipped, if not ready. More...
 
 mergeMwGlobalArrayValue ($name, $values)
 Merges the given values into a MW global array variable. More...
 
 objectAssociativeSort (array &$array)
 Does an associative sort that works for objects. More...
 
 setLogger ($channel, LoggerInterface $logger)
 Sets the logger for a specified channel, for the duration of the test. More...
 
 setMwGlobals ($pairs, $value=null)
 
 setUp ()
 
 stashMwGlobals ($globalKeys)
 Stashes the global, will be restored in tearDown() More...
 
 tearDown ()
 

Additional Inherited Members

- Public Attributes inherited from MediaWikiTestCase
const DB_PREFIX = 'unittest_'
 Table name prefixes. More...
 
const ORA_DB_PREFIX = 'ut_'
 
- Static Public Attributes inherited from MediaWikiTestCase
static TestUser[] $users
 
- Static Protected Member Functions inherited from MediaWikiTestCase
static getExternalStoreDatabaseConnections ()
 Gets master database connections for all of the ExternalStoreDB stores configured in $wgDefaultExternalStore. More...
 
static isUsingExternalStoreDB ()
 Check whether ExternalStoreDB is being used. More...
 
static setupDatabaseWithTestPrefix (DatabaseBase $db, $prefix)
 Setups a database with the given prefix. More...
 
static setupExternalStoreTestDBs ($testPrefix)
 Clones the External Store database(s) for testing. More...
 
static stripStringKeys (&$r)
 Utility function for eliminating all string keys from an array. More...
 
- Protected Attributes inherited from MediaWikiTestCase
DatabaseBase $db
 Primary database. More...
 
array $supportedDBs
 
array $tablesUsed = []
 

Detailed Description

tests for includes/Html.php

Definition at line 4 of file HtmlTest.php.

Member Function Documentation

HtmlTest::dataXmlMimeType ( )

Definition at line 71 of file HtmlTest.php.

References false, and true.

static HtmlTest::provideElementsWithAttributesHavingDefaultValues ( )
static

Definition at line 497 of file HtmlTest.php.

References $ret, as, false, and true.

static HtmlTest::provideHtml5InputTypes ( )
static

List of input element types values introduced by HTML5 Full list at http://www.w3.org/TR/html-markup/input.html.

Definition at line 464 of file HtmlTest.php.

References $type, and as.

static HtmlTest::provideSrcSetImages ( )
static

Definition at line 740 of file HtmlTest.php.

HtmlTest::testCanDisableANamespaces ( )

Definition at line 421 of file HtmlTest.php.

References Html\namespaceSelector().

HtmlTest::testCanFilterOutNamespaces ( )

Definition at line 399 of file HtmlTest.php.

References Html\namespaceSelector().

HtmlTest::testDropDefaults (   $expected,
  $element,
  $attribs,
  $message = '' 
)

Test out Html::element drops or enforces default value Html::dropDefaults provideElementsWithAttributesHavingDefaultValues.

Definition at line 493 of file HtmlTest.php.

References $attribs, and Html\element().

HtmlTest::testElementBasics ( )

Html::element.

Definition at line 45 of file HtmlTest.php.

References Html\element().

HtmlTest::testExpandAttributes_ArrayOnNonListValueAttribute_ThrowsException ( )
HtmlTest::testExpandAttributesForBooleans ( )

Html::expandAttributes

Definition at line 121 of file HtmlTest.php.

References Html\expandAttributes().

HtmlTest::testExpandAttributesForNumbers ( )

Html::expandAttributes

Definition at line 154 of file HtmlTest.php.

References Html\expandAttributes().

HtmlTest::testExpandAttributesForObjects ( )

Html::expandAttributes

Definition at line 170 of file HtmlTest.php.

References Html\expandAttributes().

HtmlTest::testExpandAttributesListValueAttributes ( )

Html::expandAttributes has special features for HTML attributes that use space separated lists and also allows arrays to be used as values.

Html::expandAttributes

Definition at line 214 of file HtmlTest.php.

References Html\expandAttributes().

HtmlTest::testExpandAttributesSkipsNullAndFalse ( )

Html::expandAttributes

Definition at line 100 of file HtmlTest.php.

References Html\expandAttributes().

HtmlTest::testExpandAttributesSpaceSeparatedAttributesWithBoolean ( )

Test feature added by r96188, let pass attributes values as a PHP array.

Restricted to class,rel, accesskey. Html::expandAttributes

Definition at line 266 of file HtmlTest.php.

References attributes, Html\expandAttributes(), use, values, and well.

HtmlTest::testExpandAttributesVariousExpansions ( )

Test for Html::expandAttributes() Please note it output a string prefixed with a space! Html::expandAttributes.

Definition at line 183 of file HtmlTest.php.

References Html\expandAttributes().

HtmlTest::testFormValidationBlacklist ( )

Html::expandAttributes

Definition at line 657 of file HtmlTest.php.

References Html\expandAttributes().

HtmlTest::testHtmlElementAcceptsNewHtml5TypesInHtml5Mode (   $HTML5InputType)

provideHtml5InputTypes Html::element

Definition at line 452 of file HtmlTest.php.

References Html\element().

HtmlTest::testNamespaceSelector ( )

Html::namespaceSelector

Definition at line 320 of file HtmlTest.php.

References Html\namespaceSelector().

HtmlTest::testSrcSet (   $images,
  $expected,
  $message 
)

provideSrcSetImages Html::srcSet

Definition at line 760 of file HtmlTest.php.

References Html\srcSet().

HtmlTest::testValueIsAuthoritativeInSpaceSeparatedAttributesArrays ( )

How do we handle duplicate keys in HTML attributes expansion? We could pass a "class" the values: 'GREEN' and array( 'GREEN' => false ) The later will take precedence.

Feature added by r96188 Html::expandAttributes

Definition at line 291 of file HtmlTest.php.

References Html\expandAttributes().

HtmlTest::testWrapperCheck ( )

Definition at line 696 of file HtmlTest.php.

References Html\check().

HtmlTest::testWrapperInput ( )

Definition at line 683 of file HtmlTest.php.

References Html\input().

HtmlTest::testWrapperLabel ( )

Definition at line 732 of file HtmlTest.php.

References Html\label().

HtmlTest::testWrapperRadio ( )

Definition at line 714 of file HtmlTest.php.

References Html\radio().

HtmlTest::testXmlMimeType (   $mimetype,
  $isXmlMimeType 
)

dataXmlMimeType Html::isXmlMimeType

Definition at line 93 of file HtmlTest.php.

References Html\isXmlMimeType().


The documentation for this class was generated from the following file: