Commit Graph

11 Commits

Author SHA1 Message Date
Derick Rethans
4f5f9f0b3e Force date.timezone to be "UTC"
This is necessary, because without it, the check for whether SSL is enabled
fails, as the phpinfo() output buffer that it uses gets aborted with::

	[2018/12/11 16:35:00.441] 099+ date/time support => enabled
	[2018/12/11 16:35:00.441] 100+ "Olson" Timezone Database Version => 2015.5
	[2018/12/11 16:35:00.441] 101+ Timezone Database => internal
	[2018/12/11 16:35:00.441] 102+ skip E_WARNING: phpinfo(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. @ /data/mci/d58ba616b6660bdc1a013e7e0584a4dd/src/tests/utils/tools.php:74
2019-02-14 15:35:31 -05:00
Derick Rethans
3678fa5236 PHPC-1184: Add alternative topologies to Travis 2018-07-16 10:30:39 +01:00
Derick Rethans
b172a20c31 PHPC-1140: Implement Transactions specification 2018-06-19 14:47:29 +01:00
Jeremy Mikola
f4cf0fe3a0 PHPC-1113: Use common URI env var in basic/skipif includes 2018-05-02 16:04:07 -04:00
Hannes Magnusson
809e99d7b8 PHPC-174: Rename module registration, constants and so on to mongodb 2015-03-23 16:37:38 -07:00
Hannes Magnusson
4f693030b9 PHPC-180: Replace this Orchestration wrapper with significantly simpler code
We no create a /tmp/PHONGO-SERVERS.json file upon launching the servers
which stores the server IDs and connection string (including auth).
This makes it much faster to look up the available servers
2015-03-16 20:28:39 -07:00
Hannes Magnusson
ea23e5d3fe PHPC-128: MO presets directory needs to be configurable
various other travis fixes, skipping etc
2015-01-06 21:56:43 -08:00
Hannes Magnusson
d6ceb3be0c PHPC-128: Fix running tests on travis
We no longer require Mongo Orchestration now.
You can export MONGODB_STANDALONE_URI environment variable with dsn to connect to.
2015-01-05 20:48:36 -08:00
Jeremy Mikola
ec30b7dccf Use require_once in skip test includes 2014-10-16 16:02:26 -04:00
Hannes Magnusson
a7effd93a0 Simplify testing 2014-07-02 20:48:59 +00:00
Hannes Magnusson
08f7aef8b5 Add BSON tests 2014-06-20 14:55:03 -07:00