Exemplo n.º 1
0
/**
 * Is the value an integer?
 */
function intValue()
{
    require_once 'Hamcrest/Type/IsInteger.php';
    return Hamcrest_Type_IsInteger::integerValue();
}
Exemplo n.º 2
0
 protected function createMatcher()
 {
     return Hamcrest_Type_IsInteger::integerValue();
 }