Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Module loading updates, fixes #45 #46

Merged
merged 5 commits into from
May 21, 2015
Merged

Conversation

archdevil666pl
Copy link
Contributor

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.13%) to 91.79% when pulling 1f8e3ab on archdevil666pl:master into c9da3e5 on vegas-cmf:master.

@@ -32,6 +32,9 @@ public function setUp()
$model->fake_field = 3;
$model->save();

if (!method_exists('MongoCollection', 'aggregateCursor')) {
$this->fail('Missing MongoCollection::aggregateCursor() method. MongoDB 3 is required for Vegas CMF to work properly.');
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In fact this is MongoDB 2.6+.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.13%) to 91.79% when pulling f052aec on archdevil666pl:master into c9da3e5 on vegas-cmf:master.

arius86 added a commit that referenced this pull request May 21, 2015
Module loading updates, fixes #45
@arius86 arius86 merged commit d858d3b into vegas-cmf:master May 21, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Task for generating services/modules config files
3 participants