Skip to content

Commit f736782

Browse files
Merge v1.x into v2.x (#1527)
2 parents 4faba13 + ef10338 commit f736782

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Operation/WatchFunctionalTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ public function testRewindMultipleTimesWithNoResults(): void
488488
}
489489

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

0 commit comments

Comments
 (0)