-
Notifications
You must be signed in to change notification settings - Fork 47
feat: set up project to use Paratest #136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@DenTray Could you please review this one? |
4f5f786
to
c64db73
Compare
1a303da
to
d4e0f6e
Compare
…ngle file for saving to production;
@DenTray Could you please take a look at this again? |
@DenTray Done. Could you please take a look? |
|
src/Support/PHPUnit/EventSubscribers/SwaggerSaveDocumentationSubscriber.php
Outdated
Show resolved
Hide resolved
{ | ||
$token = 'workerID'; | ||
|
||
ParallelTesting::resolveTokenUsing(fn () => $token); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's move it to the separate helper mockParalletTestingToken
and use it here and in all other tests using this logic
|
Done: