示例#1
0
 /**
  * Convert the facade into a Mockery spy.
  *
  * @return void
  * @static
  */
 public static function spy()
 {
     //Method inherited from \Illuminate\Support\Facades\Facade
     \Laracasts\Flash\Flash::spy();
 }