| 
    file-fetcher
    
   | 
 
  
Compares Exception instances for equality.
Public Member Functions | |
| accepts ($expected, $actual) | |
  Public Member Functions inherited from SebastianBergmann\Comparator\ObjectComparator | |
| assertEquals ($expected, $actual, $delta=0.0, $canonicalize=false, $ignoreCase=false, array &$processed=[]) | |
  Public Member Functions inherited from SebastianBergmann\Comparator\Comparator | |
| __construct () | |
| setFactory (Factory $factory) | |
| assertEquals ($expected, $actual, $delta=0.0, $canonicalize=false, $ignoreCase=false) | |
Protected Member Functions | |
| toArray ($object) | |
  Protected Member Functions inherited from SebastianBergmann\Comparator\ArrayComparator | |
| indent ($lines) | |
Additional Inherited Members | |
  Protected Attributes inherited from SebastianBergmann\Comparator\Comparator | |
| $factory | |
| $exporter | |
| SebastianBergmann\Comparator\ExceptionComparator::accepts | ( | $expected, | |
| $actual | |||
| ) | 
Returns whether the comparator can compare two values.
| mixed | $expected | The first value to compare | 
| mixed | $actual | The second value to compare | 
Reimplemented from SebastianBergmann\Comparator\ObjectComparator.
      
  | 
  protected | 
Converts an object to an array containing all of its private, protected and public properties.
| object | $object | 
Reimplemented from SebastianBergmann\Comparator\ObjectComparator.
 1.8.17