Lggr
|
Public Member Functions | |
accepts ($expected, $actual) | |
![]() | |
assertEquals ($expected, $actual, $delta=0.0, $canonicalize=false, $ignoreCase=false, array &$processed=[]) | |
![]() | |
setFactory (Factory $factory) | |
assertEquals ($expected, $actual, $delta=0.0, $canonicalize=false, $ignoreCase=false) | |
Protected Member Functions | |
toArray ($object) | |
![]() | |
indent ($lines) | |
Additional Inherited Members | |
![]() | |
$factory | |
$exporter | |
Compares Exception instances for equality.
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.