php-mongomock icon indicating copy to clipboard operation
php-mongomock copied to clipboard

Library containing highly intelligent MongoDB mocks for unit testing

Results 4 php-mongomock issues
Sort by recently updated
recently updated
newest added

Additionally: - Emulating mongo behaviour for $set and $setOnInsert combined - https://stackoverflow.com/questions/23992723/findandmodify-fails-with-error-cannot-update-field1-and-field1-at-the-same/23994425#23994425 - Emulating mongo behaviour for $inc: it should increment even a non-existing field

Hi @martin-helmich , I add the patch for the types for the functions and that the list of warnings does not appear. [types-funtions-warnings.txt](https://github.com/martin-helmich/php-mongomock/files/9703807/types-funtions-warnings.txt) Sorry for .txt i cant upload .patch....

Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. Release notes Sourced from phpunit/phpunit's releases. PHPUnit 11.2.2 Changed #5861: Destroy TestCase object after its test was run Fixed #5822:...

dependencies