コード例 #1
0
ファイル: Limit.php プロジェクト: lukaszmakuch/aggregator
 public function accept(AggregatorVisitor $v)
 {
     return $v->visit($this);
 }
コード例 #2
0
 public function testUnableToVisitForScalar()
 {
     $this->setExpectedExceptionRegExp(UnableToPresentByVisitor::class);
     $this->scalarPresenter->visit(new UnsupportedAggregator());
 }