When using `Http::fake()` in Laravel tests, what happens to real HTTP requests that don't match a faked URL?
-
A
They throw a ConnectionException by default
-
B
They are silently ignored and return 200
-
C
They hit the real endpoint
-
D
They return an empty response