![]() |
06-04-2023, 09:25 AM
(This post was last modified: 06-05-2023, 06:13 AM by massimiliano1.mancini.)
Hi,
I'm new in the forum and I hope this is the right place to request some support for the following issue. Following the guidelines concerning autorouting improved, I have a controller with two different methods: PHP Code: getCreate() during testing HTTP Feature if I call PHP Code: $result = $this->post('section/create', $dataPost); As workaround, I added a route in my test PHP Code: $routes = [ PHP Code: $result = $this->withRoutes($routes)->post('section/create', $dataPost); Am I doing something wrong? Or there is a problem with autorouting and HTTP Feature test? Thenk you, Massimiliano |
Messages In This Thread |
Problem with Autorouting improved and HTTP Testing - by massimiliano1.mancini - 06-04-2023, 09:25 AM
RE: Problem with Autorouting improved and HTTP Testing - by kenjis - 06-05-2023, 05:58 PM
RE: Problem with Autorouting improved and HTTP Testing - by kenjis - 06-05-2023, 10:09 PM
RE: Problem with Autorouting improved and HTTP Testing - by massimiliano1.mancini - 06-05-2023, 10:38 PM
RE: Problem with Autorouting improved and HTTP Testing - by massimiliano1.mancini - 06-19-2023, 12:04 AM
RE: Problem with Autorouting improved and HTTP Testing - by kenjis - 06-19-2023, 01:18 AM
RE: Problem with Autorouting improved and HTTP Testing - by massimiliano1.mancini - 06-19-2023, 01:29 AM
RE: Problem with Autorouting improved and HTTP Testing - by kenjis - 06-29-2023, 07:15 PM
|