PHPUnit_Framework_Assert::assertLessThan
Asserts that a value is smaller than another value.
Signature
public function assertLessThan(mixed
$expected,
[mixed
$actual = '',
[string
$message = '']] )
Parameters
$expected— mixed$actual— mixed$message— string