[ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
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 |
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 |