Behat in 2.4?

Behat in 2.4?

by Russell England -
Number of replies: 3
Picture of Plugin developers

Is it possible to integrate Behat into Moodle 2.4? Or is it 2.5 only?

http://docs.moodle.org/dev/Acceptance_testing

Average of ratings: -
In reply to Russell England

Re: Behat in 2.4?

by Dan Poltawski -

Its 2.5+ only.

In reply to Dan Poltawski

Re: Behat in 2.4?

by Tim Hunt -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

Dan, I think the question is, how much work would it be to back-port it, not whether it was there already.

In reply to Tim Hunt

Re: Behat in 2.4?

by David Monllaó -

Hi,

There are no plans to backport it to 2.4; If you are interested in doing it, IIRC the only dependencies it has are data generators and phpunit, where we abstracted part of the phpunit test database & dataroot generation., I would not say that is extremely hard, but it would require time and knowledge of how the system works.