setPhpFunctionMocker() public method

public setPhpFunctionMocker ( mageekguy\atoum\php\mocker\funktion $phpFunctionMocker = null )
$phpFunctionMocker mageekguy\atoum\php\mocker\funktion
示例#1
0
 function addToTest(atoum\test $test)
 {
     $test->setPhpFunctionMocker($this);
     return $this;
 }