Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 2.6.3, 2.7
-
Component/s: Automated functional tests (behat)
-
Labels:
-
Testing Instructions:
- CI will do the job. No testing required.
-
Affected Branches:MOODLE_26_STABLE, MOODLE_27_STABLE
-
Fixed Branches:MOODLE_25_STABLE, MOODLE_26_STABLE, MOODLE_27_STABLE
-
Pull from Repository:
-
Pull Master Branch:wip-mdl-45698
-
Pull Master Diff URL:
Description
Currently behat keeps failing, as symfony release something.
For example, with change in symfony/DomCrawler https://github.com/symfony/DomCrawler/commit/5e8ad4367af467b9e40d6bb27d58a76a87cebb79, we are getting following error
Warning: DOMXPath::query(): Invalid expression in /var/lib/jenkins/git_repositories/MOODLE_25_STABLE/vendor/symfony/dom-crawler/Symfony/Component/DomCrawler/Crawler.php on line 832
|
PHP Warning: DOMXPath::query(): Invalid expression in /var/lib/jenkins/git_repositories/MOODLE_25_STABLE/vendor/symfony/dom-crawler/Symfony/Component/DomCrawler/Crawler.php on line 832
|
It would be nice to have know working version combinations in composer, so it won't fail by surprise.