19 Commits

Author SHA1 Message Date
Hannes Magnusson 227e7842cb Use absolute paths in skipifs too 2015-03-25 14:08:39 -07:00
Hannes Magnusson 1cce49d21c Use absolute paths on in tests so they can run easier on windows 2015-03-25 13:32:09 -07:00
Hannes Magnusson 5f8d990b53 PHPC-24 PHPC-77 PHPC-69 Provide a functioning Server object 2015-03-20 11:33:46 -07:00
Hannes Magnusson 70a184961f PHPC-180: We now load 1024 users 2015-03-16 22:28:56 -07:00
Hannes Magnusson ebffad28a4 PHPC-180: We now generate 1024 users, only load the first 100 2015-03-16 22:28:49 -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 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 481600d990 PHPC-157: Consolidate CommandResult and QueryResult classes 2015-02-18 11:09:36 -08:00
Hannes Magnusson 9e4277e402 PHPC-157: QueryResult and CommandResult are now Result 2015-02-18 11:00:07 -08:00
Hannes Magnusson 2acbc5bd2c PHPC-137: var_dump()ing CursorID should show the Cursor ID 2015-01-26 16:50:29 -08:00
Hannes Magnusson 1c31f2f934 PHPC-133: var_dump()ing cursor 2015-01-09 15:36:11 -08:00
Hannes Magnusson 5e48dff242 PHPC-135: Fix memory leak var_dump()ing Query and add test 2015-01-09 12:36:41 -08:00
Hannes Magnusson 8e3bd3d8c7 PHPC-116: Cursor methods should call their respective iterator function handlers 2015-01-06 16:45:55 -08:00
Hannes Magnusson bb5f45c313 PHPC-118: Use MongoDB\Driver namespace for phongo 2014-12-30 14:58:33 -08:00
Hannes Magnusson 659e9f9e6a PHP-1336: Use Cursor->getId(), not Cursor->getCursorId() 2014-12-12 15:54:57 -08:00
Hannes Magnusson 7636ed4e76 PHP-1185: Add more Cursor related methods 2014-11-19 17:05:10 -08:00
Hannes Magnusson 0d68cea77d Fixed PHP-1185: Implement Cursor class 2014-11-19 13:35:02 -08:00
Hannes Magnusson 5dc733469b PHP-1183: Implement default Iterator class for QueryResult & CommandResult 2014-11-19 12:55:38 -08:00
Jeremy Mikola f24e900fca Functional tests for sorted queries 2014-10-16 16:02:26 -04:00