Exemple #1
0
 /**
  * Initiate a mock expectation on the facade.
  *
  * @return \Mockery\Expectation 
  * @static 
  */
 public static function shouldReceive()
 {
     //Method inherited from \Illuminate\Support\Facades\Facade
     return \Laracasts\Flash\Flash::shouldReceive();
 }