Skip to content

Commit b66cf5c

Browse files
committed
Remove wrong note about modifying expected documents in tests
1 parent ed52a34 commit b66cf5c

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

tests/SpecTests/ChangeStreamsSpecTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ class ChangeStreamsSpecTest extends FunctionalTestCase
2727
/**
2828
* Assert that the expected and actual command documents match.
2929
*
30-
* Note: this method may modify the $expected object.
31-
*
3230
* @param stdClass $expected Expected command document
3331
* @param stdClass $actual Actual command document
3432
*/

tests/SpecTests/CrudSpecTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ class CrudSpecTest extends FunctionalTestCase
1717
/**
1818
* Assert that the expected and actual command documents match.
1919
*
20-
* Note: this method may modify the $expected object.
21-
*
2220
* @param stdClass $expected Expected command document
2321
* @param stdClass $actual Actual command document
2422
*/

tests/SpecTests/RetryableReadsSpecTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ class RetryableReadsSpecTest extends FunctionalTestCase
2828
/**
2929
* Assert that the expected and actual command documents match.
3030
*
31-
* Note: this method may modify the $expected object.
32-
*
3331
* @param stdClass $expected Expected command document
3432
* @param stdClass $actual Actual command document
3533
*/

0 commit comments

Comments
 (0)