Replies: 2 comments
-
Apparently the Facade problem only occur when I use This helps me for now, but I think |
Beta Was this translation helpful? Give feedback.
0 replies
-
My remaining issues disappeared when I moved the test from Unit to Feature. I suppose this makes sense when strictly differentiating the two. This is different from the Laravel defaults though, and not mentioned in the documentation. Please consider noting it there. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After typing merely a handful of lines I'm already stuck trying to use the most basic functions. I'm probably overlooking a small but essential difference with regular Laravel?
For example, I started this function in a class with the intent of fetching an API URL:
But the config helper does not appear to work:
When I try to write a test for this function, it blows up as soon as I call Http::();
Beta Was this translation helpful? Give feedback.
All reactions