Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1164 public static function assertFinite($actual, $message = '') function in PHPUnit_Framework_Assert
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php1555 $this->assertFinite(1);
1558 $this->assertFinite(INF);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php915 function assertFinite($actual, $message = '') function