We were talking about Laravel 5 on its release, we are pleased today to welcome Laravel 5.1
I have a function it return json data
return response()->json([ 'status' => 'OK', 'data' => [ 'id' => $dataInfo->id, ], ]);
how I can solve this in testing for function ?
Aucun commentaire:
Enregistrer un commentaire