File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff 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> */
You can’t perform that action at this time.
0 commit comments