Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/Operation/WatchFunctionalTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ public function testRewindMultipleTimesWithNoResults(): void
}

#[DataProvider('provideCodecOptions')]
public function testNoChangeAfterResumeBeforeInsert(array $options): void
public function testNoChangeAfterResumeBeforeInsert(array $options, Closure $getIdentifier): void
{
$operation = new Watch(
$this->manager,
Expand Down Expand Up @@ -1427,7 +1427,7 @@ public function testGetResumeTokenReturnsOriginalResumeTokenOnEmptyBatch(): void
* - If neither the startAfter nor resumeAfter options were specified, the getResumeToken result must be empty.
*/
#[DataProvider('provideCodecOptions')]
public function testResumeTokenBehaviour(array $options): void
public function testResumeTokenBehaviour(array $options, Closure $getIdentifier): void
{
$this->skipIfServerVersion('<', '4.1.1', 'Testing resumeAfter and startAfter can only be tested on servers >= 4.1.1');
$this->skipIfIsShardedCluster('Resume token behaviour can\'t be reliably tested on sharded clusters.');
Expand Down