[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/phpunit/classes/ -> base_testcase.php (summary)

Base test case class.

Author: Tony Levi <tony.levi@blackboard.com>
Copyright: 2015 Blackboard (http://www.blackboard.com)
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 574 lines (19 kb)
Included or required: 1 time
Referenced: 0 times
Includes or requires: 0 files

Defines 7 functions

  assertTag()
  assertNotTag()
  assertValidKeys()
  findNodes()
  getDescendants()
  getElementsByCaseInsensitiveTagName()
  getNodeText()

Functions
Functions that are not part of a class:

assertTag($matcher, $actual, $message = '', $ishtml = true)   X-Ref
Note: we are overriding this method to remove the deprecated error

param: array   $matcher
param: string  $actual
param: string  $message
param: boolean $ishtml

assertNotTag($matcher, $actual, $message = '', $ishtml = true)   X-Ref
Note: we are overriding this method to remove the deprecated error

param: array   $matcher
param: string  $actual
param: string  $message
param: boolean $ishtml

assertValidKeys(array $hash, array $validKeys)   X-Ref
Validate list of keys in the associative array.

param: array $hash
param: array $validKeys
return: array

findNodes(DOMDocument $dom, array $options, $isHtml = true)   X-Ref
Parse out the options from the tag using DOM object tree.

param: DOMDocument $dom
param: array       $options
param: bool        $isHtml
return: array

getDescendants(DOMNode $node)   X-Ref
Recursively get flat array of all descendants of this node.

param: DOMNode $node
return: array

getElementsByCaseInsensitiveTagName(DOMDocument $dom, $tag)   X-Ref
Gets elements by case insensitive tagname.

param: DOMDocument $dom
param: string      $tag
return: DOMNodeList

getNodeText(DOMNode $node)   X-Ref
Get the text value of this node's child text node.

param: DOMNode $node
return: string



Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1