Behat in 2.4?

Behat in 2.4?

από Russell England -
Αριθμός απαντήσεων: 3
Φωτογραφία 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

Μέσος όρος βαθμολογίας: -
Σε απάντηση σε Russell England

Re: Behat in 2.4?

από Dan Poltawski -

Its 2.5+ only.

Σε απάντηση σε Dan Poltawski

Re: Behat in 2.4?

από Tim Hunt -
Φωτογραφία Core developers Φωτογραφία Documentation writers Φωτογραφία Particularly helpful Moodlers Φωτογραφία Peer reviewers Φωτογραφία Plugin developers

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

Σε απάντηση σε Tim Hunt

Re: Behat in 2.4?

από 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.