getAsserterCallManager() public method

コード例 #1
0
ファイル: call.php プロジェクト: xihewang/atoum
 public function setWithTest(test $test)
 {
     $this->setManager($test->getAsserterCallManager());
     return parent::setWithTest($test);
 }