Replies: 1 comment
-
Scratch that, i just had a bug on my end causing this to fail. |
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
-
The new components used for by the framework appear to be testable according to this issue:
laravel/framework#43339
Which i tested in a fresh laravel application, but when attempting the same on a laravel-zero app, it fails to assert output and doesnt appear like its supported. π
Is there a way to assert output on the new
$this->components
or am i missing something?Beta Was this translation helpful? Give feedback.
All reactions