예제 #1
0
파일: invoker.php 프로젝트: xihewang/atoum
 public function __construct($method, mock\aggregator $mock = null)
 {
     parent::__construct($method);
     $this->mock = $mock;
 }