PHP Class Ouzo\Tests\Mock\WhenBuilder

Show file Open project: letsdrink/ouzo

Public Methods

Method Description
__call ( $name, $arguments )
__construct ( SimpleMock $mock )
thenAnswer ( )
thenReturn ( )
thenThrow ( $exception )

Method Details

__call() public method

public __call ( $name, $arguments )

__construct() public method

public __construct ( SimpleMock $mock )
$mock SimpleMock

thenAnswer() public method

public thenAnswer ( )

thenReturn() public method

public thenReturn ( )

thenThrow() public method

public thenThrow ( $exception )