Home
last modified time | relevance | path

Searched refs:assertNan (Results 1 – 3 of 3) sorted by last modified time

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1186 public static function assertNan($actual, $message = '') function in PHPUnit_Framework_Assert
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php1581 $this->assertNan(NAN);
1584 $this->assertNan(1);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php943 function assertNan($actual, $message = '') function