Remove wrong note about modifying expected documents in tests

parent 386080af
...@@ -27,8 +27,6 @@ class ChangeStreamsSpecTest extends FunctionalTestCase ...@@ -27,8 +27,6 @@ class ChangeStreamsSpecTest extends FunctionalTestCase
/** /**
* Assert that the expected and actual command documents match. * Assert that the expected and actual command documents match.
* *
* Note: this method may modify the $expected object.
*
* @param stdClass $expected Expected command document * @param stdClass $expected Expected command document
* @param stdClass $actual Actual command document * @param stdClass $actual Actual command document
*/ */
......
...@@ -17,8 +17,6 @@ class CrudSpecTest extends FunctionalTestCase ...@@ -17,8 +17,6 @@ class CrudSpecTest extends FunctionalTestCase
/** /**
* Assert that the expected and actual command documents match. * Assert that the expected and actual command documents match.
* *
* Note: this method may modify the $expected object.
*
* @param stdClass $expected Expected command document * @param stdClass $expected Expected command document
* @param stdClass $actual Actual command document * @param stdClass $actual Actual command document
*/ */
......
...@@ -28,8 +28,6 @@ class RetryableReadsSpecTest extends FunctionalTestCase ...@@ -28,8 +28,6 @@ class RetryableReadsSpecTest extends FunctionalTestCase
/** /**
* Assert that the expected and actual command documents match. * Assert that the expected and actual command documents match.
* *
* Note: this method may modify the $expected object.
*
* @param stdClass $expected Expected command document * @param stdClass $expected Expected command document
* @param stdClass $actual Actual command document * @param stdClass $actual Actual command document
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment