Searched refs:assertNan (Results 1 – 3 of 3) sorted by relevance
943 function assertNan($actual, $message = '') function
1581 $this->assertNan(NAN);1584 $this->assertNan(1);
1186 public static function assertNan($actual, $message = '') function in PHPUnit_Framework_Assert