Replies: 1 comment
-
Feel free to submit a PR to the Testbench Core repository. However, this has already been documented in our documentation: https://packages.tools/testbench/the-basic.html#testing-blade-components |
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
-
I'm building a Package for publishing custom blade components and I'm writing some tests.
However, this great package currently doesn't support the utils for testing views such as
view()
andblade()
.It's my understanding that the testbench TestCase is missing the
InteractsWithViews
concern.I see that some other packages embed the concern directly in their package.
I can submit a PR adding the
InteractsWithViews
concern to this library directly: let me know if there is interest or, on the contrary, there is some incompatibility that I don't noticeBeta Was this translation helpful? Give feedback.
All reactions