There is a way to customize the test title? #485
Answered
by
fabio-ivona
nelson6e65
asked this question in
Q&A
-
For example, it('paginates results for', function (string $resource, bool $authenticate, int $statusCode) {
// ...
})
->with('resources')
->with('authenticationAware')
; I get this message:
But I want to get rid of 'with' suffix: -✓ it paginates results for with ('appointments') / (true, 200)
+✓ it paginates results for ('appointments') / (true, 200) There is a way to achieve this? |
Beta Was this translation helpful? Give feedback.
Answered by
fabio-ivona
Mar 1, 2022
Replies: 1 comment 2 replies
-
sorry, It is not possible with the actual implementation |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
nelson6e65
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sorry, It is not possible with the actual implementation