コード例 #1
0
ファイル: BusProxyTest.php プロジェクト: malocher/cqrs-esb
 public function testGetGate()
 {
     $gate = new Gate();
     $this->busProxy->setGate($gate);
     $this->assertEquals($gate, $this->busProxy->getGate());
 }