Skip to content

Tags: zumba/mongounit

Tags

4.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #15 from nhatthm/feature/bump-mongodb-to-1.5

Bump mongodb/mongodb to 1.5

3.0.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #14 from nhatthm/feature/bump-mongodb-to-1.4

Support mongodb/mongodb 1.4

3.0.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #13 from zumba/REQ-9766-upgrade-mongodb

Supporting Mongo lib 1.3.x

3.0.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #12 from rossaffandy/master

Make it working with latest mongodb version

3.0.2

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Merge pull request #10 from zumba/avoid-insert-empty

Avoiding issues when the fixture is empty

3.0.1

Merge pull request #9 from zumba/map-collection

Just wrapping the client collection to copy options

3.0.0

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Merge pull request #8 from zumba/mongo-ext-upgrade

Using mongodb extension instead of mongo

2.0.0

Merge pull request #5 from zumba/modernize

Drop support for <= 5.4.

1.2.0

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Merge pull request #3 from zumba/phpunit-4-support

Added PHPUnit 4 support for the mongo test trait.

v1.1.3

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Added mongo test trait.

Allows mongounit to be used with mixed database test cases (ie, it
can't extend the mongounit testcase). 5.4+ only.