Skip to content

Commit 8bb0199

Browse files
committed
Remove deprecated PHPUnit call
1 parent 2ea1a7c commit 8bb0199

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/QueryBuilderTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,6 @@ public function commandStarted(CommandStartedEvent $event)
146146
return;
147147
}
148148

149-
Assert::assertObjectHasAttribute('maxTimeMS', $event->getCommand());
150-
151149
// Expect the timeout to be converted to milliseconds
152150
Assert::assertSame(1000, $event->getCommand()->maxTimeMS);
153151
}

0 commit comments

Comments
 (0)