Home
last modified time | relevance | path

Searched refs:assertGreaterThanOrEqual (Results 1 – 4 of 4) sorted by last modified time

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php658 public static function assertGreaterThanOrEqual($expected, $actual, $message = '') function in PHPUnit_Framework_Assert
677 static::assertGreaterThanOrEqual(
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php1849 $this->assertGreaterThanOrEqual(1, 2);
1852 $this->assertGreaterThanOrEqual(2, 1);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php737 function assertGreaterThanOrEqual($expected, $actual, $message = '') function
/plugin/latexit/_test/
H A Daction.test.php48 $this->assertGreaterThanOrEqual($time, $access_time);