how can i test this method in Laravel?
public function getAllCities() { if (Request::isMethod('post') && Request::ajax()) { //... } }
Aucun commentaire:
Enregistrer un commentaire