Home
last modified time | relevance | path

Searched refs:assertLessThan (Results 1 – 6 of 6) sorted by path

/plugin/dw2pdf/_test/
H A DActionPagenameSortTest.php20 $this->assertLessThan(0, $action->cbPagenameSort(['id' => 'bar'], ['id' => 'bar:start']));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php691 public static function assertLessThan($expected, $actual, $message = '') function in PHPUnit_Framework_Assert
706 static::assertLessThan(
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php886 function assertLessThan($expected, $actual, $message = '') function
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php1879 $this->assertLessThan(2, 1);
1882 $this->assertLessThan(1, 2);
/plugin/jplayer/vendor/symfony/process/Tests/
H A DProcessTest.php125 $this->assertLessThan(15, microtime(true) - $start);
554 $this->assertLessThan(0.4, $end - $start);
744 $this->assertLessThan(15, microtime(true) - $start);
763 $this->assertLessThan(15, microtime(true) - $start);
800 $this->assertLessThan(15, microtime(true) - $start);
/plugin/pureldap/_test/
H A DADClient.test.php