Inheritance: extends Crummy\Phlack\Bot\Mainframe\Adapter\AbstractAdapter
Beispiel #1
0
 public function it_fluently_sets_mainframe_on_the_adapter(ConsoleAdapter $adapter, Mainframe $mainframe)
 {
     $adapter->setMainframe($mainframe)->shouldBeCalled();
     $this->setMainframe($mainframe)->shouldReturn($this);
 }