/**
  * The value is <= $value.
  */
 function atMost($value)
 {
     return \Hamcrest\Number\OrderingComparison::lessThanOrEqualTo($value);
 }