Home
last modified time | relevance | path

Searched refs:assertLessThanOrEqual (Results 1 – 3 of 3) sorted by path

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php720 public static function assertLessThanOrEqual($expected, $actual, $message = '') function in PHPUnit_Framework_Assert
735 static::assertLessThanOrEqual(
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php901 function assertLessThanOrEqual($expected, $actual, $message = '') function
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php1909 $this->assertLessThanOrEqual(2, 1);
1912 $this->assertLessThanOrEqual(1, 2);