コード例 #1
0
ファイル: Hamcrest.php プロジェクト: zhangjingli35/hamcrest
/**
 * Is the value callable?
 */
function callableValue()
{
    require_once 'Hamcrest/Type/IsCallable.php';
    return Hamcrest_Type_IsCallable::callableValue();
}
コード例 #2
0
 protected function createMatcher()
 {
     return Hamcrest_Type_IsCallable::callableValue();
 }