We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea1a7c commit 8bb0199Copy full SHA for 8bb0199
tests/QueryBuilderTest.php
@@ -146,8 +146,6 @@ public function commandStarted(CommandStartedEvent $event)
146
return;
147
}
148
149
- Assert::assertObjectHasAttribute('maxTimeMS', $event->getCommand());
150
-
151
// Expect the timeout to be converted to milliseconds
152
Assert::assertSame(1000, $event->getCommand()->maxTimeMS);
153
0 commit comments