Esempio n. 1
0
 public function testGetGate()
 {
     $gate = new Gate();
     $this->busProxy->setGate($gate);
     $this->assertEquals($gate, $this->busProxy->getGate());
 }