| 
|   | accepts ($expected, $actual) | 
|   | 
|   | assertEquals ($expected, $actual, $delta=0.0, $canonicalize=false, $ignoreCase=false, array &$processed=array()) | 
|   | 
|   | __construct () | 
|   | 
|   | setFactory (Factory $factory) | 
|   | 
|   | assertEquals ($expected, $actual, $delta=0.0, $canonicalize=false, $ignoreCase=false) | 
|   | 
◆ accepts()
      
        
          | Prophecy\Comparator\ProphecyComparator::accepts  | 
          ( | 
            | 
          $expected,  | 
        
        
           | 
           | 
            | 
          $actual  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ assertEquals()
      
        
          | Prophecy\Comparator\ProphecyComparator::assertEquals  | 
          ( | 
            | 
          $expected,  | 
        
        
           | 
           | 
            | 
          $actual,  | 
        
        
           | 
           | 
            | 
          $delta = 0.0,  | 
        
        
           | 
           | 
            | 
          $canonicalize = false,  | 
        
        
           | 
           | 
            | 
          $ignoreCase = false,  | 
        
        
           | 
           | 
          array &  | 
          $processed = array()  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Asserts that two values are equal.
- Parameters
 - 
  
    | mixed | $expected | First value to compare  | 
    | mixed | $actual | Second value to compare  | 
    | float | $delta | Allowed numerical distance between two values to consider them equal  | 
    | bool | $canonicalize | Arrays are sorted before comparison when set to true  | 
    | bool | $ignoreCase | Case is ignored when set to true  | 
    | array | $processed | List of already processed elements (used to prevent infinite recursion) | 
  
   
- Exceptions
 - 
  
  
 
Reimplemented from SebastianBergmann\Comparator\ObjectComparator.
 
 
The documentation for this class was generated from the following file: