Lggr
Public Member Functions | List of all members
Prophecy\Comparator\ClosureComparator Class Reference
Inheritance diagram for Prophecy\Comparator\ClosureComparator:
Inheritance graph
[legend]
Collaboration diagram for Prophecy\Comparator\ClosureComparator:
Collaboration graph
[legend]

Public Member Functions

 accepts ($expected, $actual)
 
 assertEquals ($expected, $actual, $delta=0.0, $canonicalize=false, $ignoreCase=false, array &$processed=array())
 
- Public Member Functions inherited from SebastianBergmann\Comparator\Comparator
 setFactory (Factory $factory)
 
 assertEquals ($expected, $actual, $delta=0.0, $canonicalize=false, $ignoreCase=false)
 

Additional Inherited Members

- Protected Attributes inherited from SebastianBergmann\Comparator\Comparator
 $factory
 
 $exporter
 

Detailed Description

Closure comparator.

Author
Konstantin Kudryashov ever..nosp@m.zet@.nosp@m.gmail.nosp@m..com

Member Function Documentation

◆ accepts()

Prophecy\Comparator\ClosureComparator::accepts (   $expected,
  $actual 
)

Returns whether the comparator can compare two values.

Parameters
mixed$expectedThe first value to compare
mixed$actualThe second value to compare
Returns
bool

Reimplemented from SebastianBergmann\Comparator\Comparator.


The documentation for this class was generated from the following file: