File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -1190,20 +1190,6 @@ public function testRunCommand_example_1(): void
1190
1190
$ this ->assertInstanceOf (Cursor::class, $ cursor );
1191
1191
}
1192
1192
1193
- public function testRunCommand_example_2 (): void
1194
- {
1195
- $ db = new Database ($ this ->manager , $ this ->getDatabaseName ());
1196
- $ db ->dropCollection ('restaurants ' );
1197
- $ db ->createCollection ('restaurants ' );
1198
-
1199
- // Start runCommand Example 2
1200
- $ cursor = $ db ->command (['collStats ' => 'restaurants ' ]);
1201
- $ result = $ cursor ->toArray ()[0 ];
1202
- // End runCommand Example 2
1203
-
1204
- $ this ->assertInstanceOf (Cursor::class, $ cursor );
1205
- }
1206
-
1207
1193
public function testIndex_example_1 (): void
1208
1194
{
1209
1195
$ db = new Database ($ this ->manager , $ this ->getDatabaseName ());
You can’t perform that action at this time.
0 commit comments