コード例 #1
0
ファイル: CommandBusTest.php プロジェクト: turanct/bdsm
 /**
  * @expectedException Bdsm\Exception\HandlerNotFound
  */
 function test_it_throws_when_handler_not_found()
 {
     $bus = new CommandBus();
     $bus->handle(new FooCommand());
 }