You are here

protected property ComparisonFailure::$expectedAsString in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/sebastian/comparator/src/ComparisonFailure.php \SebastianBergmann\Comparator\ComparisonFailure::expectedAsString

The string representation of the expected value

Type: string

File

vendor/sebastian/comparator/src/ComparisonFailure.php, line 36

Class

ComparisonFailure
Thrown when an assertion for string equality failed.

Namespace

SebastianBergmann\Comparator

Code

protected $expectedAsString;