setPhpConstantMocker() 공개 메소드

public setPhpConstantMocker ( mageekguy\atoum\php\mocker\constant $phpConstantMocker = null )
$phpConstantMocker mageekguy\atoum\php\mocker\constant
예제 #1
0
파일: constant.php 프로젝트: xihewang/atoum
 function addToTest(atoum\test $test)
 {
     $test->setPhpConstantMocker($this);
     return $this;
 }