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

Public Member Functions

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

Additional Inherited Members

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

Detailed Description

Compares values for type equality.

Member Function Documentation

◆ accepts()

SebastianBergmann\Comparator\TypeComparator::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.

◆ assertEquals()

SebastianBergmann\Comparator\TypeComparator::assertEquals (   $expected,
  $actual,
  $delta = 0.0,
  $canonicalize = false,
  $ignoreCase = false 
)

Asserts that two values are equal.

Parameters
mixed$expectedFirst value to compare
mixed$actualSecond value to compare
float$deltaAllowed numerical distance between two values to consider them equal
bool$canonicalizeArrays are sorted before comparison when set to true
bool$ignoreCaseCase is ignored when set to true
Exceptions
ComparisonFailure

Reimplemented from SebastianBergmann\Comparator\Comparator.


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