Skip to content

Commit f2cfbc2

Browse files
authored
Bump tests/specifications from d41d48b to 08ba029 (#1797)
Skip session snapshot tests requiring a new operation Session::getSnapshotTime (to be reverted)
2 parents 57387c6 + ee66394 commit f2cfbc2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

tests/UnifiedSpecTests/UnifiedSpecTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ class UnifiedSpecTest extends FunctionalTestCase
6969
'crud/updateMany-rawData' => 'rawData option will not be implemented',
7070
'crud/updateOne-rawData' => 'rawData option will not be implemented',
7171
'index-management/index management-rawData' => 'rawData option will not be implemented',
72+
'sessions/snapshot-sessions: Find operation with snapshot and snapshot time' => 'getSnapshotTime not implemented yet (PHPLIB-1725)',
73+
'sessions/snapshot-sessions: Distinct operation with snapshot and snapshot time' => 'getSnapshotTime not implemented yet (PHPLIB-1725)',
74+
'sessions/snapshot-sessions: Aggregate operation with snapshot and snapshot time' => 'getSnapshotTime not implemented yet (PHPLIB-1725)',
75+
'sessions/snapshot-sessions: countDocuments operation with snapshot and snapshot time' => 'getSnapshotTime not implemented yet (PHPLIB-1725)',
76+
'sessions/snapshot-sessions: Mixed operation with snapshot and snapshotTime' => 'getSnapshotTime not implemented yet (PHPLIB-1725)',
7277
];
7378

7479
/** @var array<string, string> */

tests/specifications

Submodule specifications updated 41 files

0 commit comments

Comments
 (0)