Home
last modified time | relevance | path

Searched refs:assertInfinite (Results 1 – 3 of 3) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php929 function assertInfinite($actual, $message = '') function
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php1568 $this->assertInfinite(INF);
1571 $this->assertInfinite(1);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1175 public static function assertInfinite($actual, $message = '') function in PHPUnit_Framework_Assert