Definition at line 66 of file phpunit.php. References Assert.failNotEquals(). Referenced by phpmailerTest.test_Error(). 00066 { 00067 if ($expected != $actual) { 00068 $this->failNotEquals($expected, $actual, "expected", $message); 00069 } 00070 }
Here is the call graph for this function:
![]()
Here is the caller graph for this function:
![]()
|
1.5.6