예제 #1
0
 /**
  * @test
  * @expectedException \Exception
  */
 public function it_should_boot_callback_trait_and_throw_exception()
 {
     \Dummy::bootCallableTrait();
 }