| 
| static  | assertNotTag ($matcher, $actual, $message='', $ishtml=true) | 
|   | Note: we are overriding this method to remove the deprecated error.  More...
  | 
|   | 
| static  | assertTag ($matcher, $actual, $message='', $ishtml=true) | 
|   | Note: we are overriding this method to remove the deprecated error.  More...
  | 
|   | 
| static  | assertValidKeys (array $hash, array $validKeys) | 
|   | Validate list of keys in the associative array.  More...
  | 
|   | 
| static  | findNodes (DOMDocument $dom, array $options, $isHtml=true) | 
|   | Parse out the options from the tag using DOM object tree.  More...
  | 
|   | 
◆ assertNotTag()
  
  
      
        
          | static base_testcase::assertNotTag  | 
          ( | 
            | 
          $matcher,  | 
         
        
           | 
           | 
            | 
          $actual,  | 
         
        
           | 
           | 
            | 
          $message = '',  | 
         
        
           | 
           | 
            | 
          $ishtml = true  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
◆ assertTag()
  
  
      
        
          | static base_testcase::assertTag  | 
          ( | 
            | 
          $matcher,  | 
         
        
           | 
           | 
            | 
          $actual,  | 
         
        
           | 
           | 
            | 
          $message = '',  | 
         
        
           | 
           | 
            | 
          $ishtml = true  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
◆ assertValidKeys()
  
  
      
        
          | static base_testcase::assertValidKeys  | 
          ( | 
          array  | 
          $hash,  | 
         
        
           | 
           | 
          array  | 
          $validKeys  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
Validate list of keys in the associative array. 
- Parameters
 - 
  
    | array | $hash |  | 
    | array | $validKeys |  | 
  
   
- Return values
 - 
  
  
 
- Exceptions
 - 
  
    | PHPUnit::Framework::Exception |  | 
  
   
 
 
◆ findNodes()
  
  
      
        
          | static base_testcase::findNodes  | 
          ( | 
          DOMDocument  | 
          $dom,  | 
         
        
           | 
           | 
          array  | 
          $options,  | 
         
        
           | 
           | 
            | 
          $isHtml = true  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
Parse out the options from the tag using DOM object tree. 
- Parameters
 - 
  
    | DOMDocument | $dom |  | 
    | array | $options |  | 
    | bool | $isHtml |  | 
  
   
- Return values
 - 
  
  
 
 
 
◆ getDescendants()
  
  
      
        
          | static base_testcase::getDescendants  | 
          ( | 
          DOMNode  | 
          $node | ) | 
           | 
         
       
   | 
  
staticprotected   | 
  
 
Recursively get flat array of all descendants of this node. 
- Parameters
 - 
  
  
 
- Return values
 - 
  
  
 
 
 
◆ getElementsByCaseInsensitiveTagName()
  
  
      
        
          | static base_testcase::getElementsByCaseInsensitiveTagName  | 
          ( | 
          DOMDocument  | 
          $dom,  | 
         
        
           | 
           | 
            | 
          $tag  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
staticprotected   | 
  
 
Gets elements by case insensitive tagname. 
- Parameters
 - 
  
    | DOMDocument | $dom |  | 
    | string | $tag |  | 
  
   
- Return values
 - 
  
  
 
 
 
◆ getNodeText()
  
  
      
        
          | static base_testcase::getNodeText  | 
          ( | 
          DOMNode  | 
          $node | ) | 
           | 
         
       
   | 
  
staticprotected   | 
  
 
Get the text value of this node's child text node. 
- Parameters
 - 
  
  
 
- Return values
 - 
  
  
 
 
 
The documentation for this class was generated from the following file:
- lib/phpunit/classes/base_testcase.php