Skip to content
This repository has been archived by the owner on Mar 6, 2022. It is now read-only.

Failing test for progress notifier begin() #24

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dantleech
Copy link
Contributor

No description provided.

$notifier = $container->get(ProgressNotifier::class);
assert($notifier instanceof ProgressNotifier);
$token = WorkDoneToken::generate();
$notifier->begin($token, 'Test');
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@camilledejoye this fails with the message notifier because $message is optional, fixing in language-serveer package

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant