Hannes Magnusson
|
9a75c1785e
|
Make it possible to cleanup other db and collections used
|
2015-04-02 09:40:37 -07:00 |
|
Jeremy Mikola
|
5cefd644b9
|
PHPC-203: Result::toArray() should proxy iterator_to_array($this)
This introduces a BC break in that toArray() no longer returns the first result document. It must now be manually unwrapped from the return value.
|
2015-03-31 19:29:57 -04:00 |
|
Hannes Magnusson
|
099c344f72
|
PHPC-216: PHP5.3 test suite fixes
|
2015-03-30 15:55:05 -07:00 |
|
Hannes Magnusson
|
5dffbe2ac7
|
PHPC-216: PHP5.3 test suite fixes
|
2015-03-30 13:30:53 -07:00 |
|
Hannes Magnusson
|
c6a793d466
|
Add raises() helper, similar to throws() except for php warnings/notices/deprecated/...
|
2015-03-24 09:31:50 -07:00 |
|
Hannes Magnusson
|
3efb11c140
|
PHPC-180: Rename constant and pass the cleanup uri explicitly
- Use the new connection string constant that includes auth
- Call the cleanup routines explicitly when needed
|
2015-03-16 20:30:15 -07:00 |
|
Hannes Magnusson
|
f4ff765cba
|
Fix tests for MongoDB 3.0.0
|
2015-03-04 13:45:15 -08:00 |
|
Hannes Magnusson
|
4acca269c2
|
This is a Manager, not MongoClient
|
2015-02-19 13:59:50 -08:00 |
|
Hannes Magnusson
|
a9823e706f
|
Ignore me. Trim trailing space
This has been annoying me for a long time, especially the '<?php '
|
2015-02-19 13:57:58 -08:00 |
|
Hannes Magnusson
|
dad5d51b12
|
PHPC-107: Throw ExecutionTimeoutException for maxTimeMs
|
2015-02-19 13:15:04 -08:00 |
|
Hannes Magnusson
|
031a8dac1e
|
PHPC-140: var_dump()ing WriteConcernError and WriteError
|
2015-01-27 14:18:29 -08:00 |
|
Hannes Magnusson
|
0f73eaa29c
|
PHPC-128: if there is no cleanup uri then skipit
|
2015-01-06 21:19:00 -08:00 |
|
Hannes Magnusson
|
bb5f45c313
|
PHPC-118: Use MongoDB\Driver namespace for phongo
|
2014-12-30 14:58:33 -08:00 |
|
Hannes Magnusson
|
6cba74790e
|
If there is no error, pass null to avoid the type hint
|
2014-12-23 11:01:58 -08:00 |
|
Hannes Magnusson
|
0d303e63bf
|
PHPC-113: WriteConcernError is just one error, not multiple
This allows to actually retrieve - and know about - the error
|
2014-12-23 11:01:32 -08:00 |
|
Hannes Magnusson
|
ffa8006bce
|
PHON-99: Add & Implement SSLConnectionException
|
2014-12-17 11:52:39 -08:00 |
|
Hannes Magnusson
|
23bc48ce48
|
exit on failure - and include a greppable error
Makes it easier to run the phpt directly
|
2014-12-16 15:38:51 -08:00 |
|
Hannes Magnusson
|
bbbda03d10
|
Seperate code from functions
|
2014-12-16 12:09:28 -08:00 |
|