I can use expect in normal PHPUnit test, but can I somehow also use arch? #1218
Unanswered
nsrosenqvist
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I like the plugins and everything happening in the Pest ecosystem, but I don't like the functional jest-like syntax. I much prefer to order everything with classes like how I write my code in general. I found that I can still use normal PHPUnit test files and call
expect
inside of a test case, but I can't seem to getarch
to work in there.Is there any way of making full use of Pest while sticking the to class-based test style?
Beta Was this translation helpful? Give feedback.
All reactions