PHP 클래스 Ouzo\Tests\Mock\WhenBuilder

파일 보기 프로젝트 열기: letsdrink/ouzo

공개 메소드들

메소드 설명
__call ( $name, $arguments )
__construct ( SimpleMock $mock )
thenAnswer ( )
thenReturn ( )
thenThrow ( $exception )

메소드 상세

__call() 공개 메소드

public __call ( $name, $arguments )

__construct() 공개 메소드

public __construct ( SimpleMock $mock )
$mock SimpleMock

thenAnswer() 공개 메소드

public thenAnswer ( )

thenReturn() 공개 메소드

public thenReturn ( )

thenThrow() 공개 메소드

public thenThrow ( $exception )