Exemplo n.º 1
0
/**
 * Is the value callable?
 */
function callableValue()
{
    require_once 'Hamcrest/Type/IsCallable.php';
    return Hamcrest_Type_IsCallable::callableValue();
}
Exemplo n.º 2
0
 protected function createMatcher()
 {
     return Hamcrest_Type_IsCallable::callableValue();
 }