mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #24298
[Bug 1424862] A change has been merged
Reviewed: https://reviews.mahara.org/4312
Committed: http://gitorious.org/mahara/mahara/commit/e6c64c6c5d0d2d57846c7ceadc499fda1640264c
Submitter: Robert Lyon (robertl@xxxxxxxxxxxxxxx)
Branch: master
commit e6c64c6c5d0d2d57846c7ceadc499fda1640264c
Author: Son Nguyen <son.nguyen@xxxxxxxxxxxxxxx>
Date: Tue Feb 24 12:11:04 2015 +1300
Use the stable version of behat and its components. Bug 1424862
Change-Id: Iffe01df9f40081c2b8dfa7874fa984599446710c
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1424862
Title:
Use the stable version of behat and its components
Status in Mahara ePortfolio:
Fix Committed
Bug description:
Version: master (15.04)
Currently, behat is installed via Composer and it will be updated before running the tests.
It would be better to fix the stable version of behat and its components to prevent some issues when updating it, e.g. deprecated methods.
For mahara 15.04, I'd set the dependencies in composer.json:
{
"require": {
"php": ">=5.3.1",
"behat/behat": "2.5.4",
"behat/mink": "1.6.0",
"behat/mink-extension": "*",
"behat/mink-goutte-driver": "*",
"behat/mink-selenium2-driver": "*",
"fabpot/goutte": "~1.0"
}
}
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1424862/+subscriptions
References