PHP 클래스 FBMock_MockImplementation

파일 보기 프로젝트 열기: facebook/fbmock

공개 메소드들

메소드 설명
__construct ( $class_name )
getCalls ( $double, $method )
processMethodCall ( $double, $method, array $args = [] )
setImplementation ( $double, $method, $callable )
setStrictMock ( )

보호된 메소드들

메소드 설명
assertMethodExists ( $double, $method_name )

비공개 메소드들

메소드 설명
getStub ( $method_name )

메소드 상세

__construct() 공개 메소드

public __construct ( $class_name )

assertMethodExists() 보호된 메소드

protected assertMethodExists ( $double, $method_name )

getCalls() 공개 메소드

public getCalls ( $double, $method )

processMethodCall() 공개 메소드

public processMethodCall ( $double, $method, array $args = [] )
$args array

setImplementation() 공개 메소드

public setImplementation ( $double, $method, $callable )

setStrictMock() 공개 메소드

public setStrictMock ( )