Figures out which diff class to use for the input types then
instantiates that class and returns the object.
public static diffIdentical ( mixed $expected, mixed $actual, string $message = '' ) : PHPUnit_Framework_ComparisonFailure | ||
$expected | mixed | Expected value retrieved. |
$actual | mixed | Actual value retrieved. |
$message | string | A string which is prefixed on all returned lines in the difference output. |
리턴 | PHPUnit_Framework_ComparisonFailure |