joomla-extensions / weblinks

This repo is meant to hold the decoupled com_weblinks component and related code.
GNU General Public License v2.0
45 stars 88 forks source link

Update codeception.yml #492

Closed alexandreelise closed 2 years ago

alexandreelise commented 2 years ago

WIP Fix #490 Issue. Now drone build is progressing but still errors seems to be because of deprecated _bootrap.php in the setting. And also a non-existent jform_language selector

Pull Request for Issue #490 .

Summary of Changes

Edit codeception.yml complying to the new way drone suggests to do it in the logs.

Testing Instructions

Make a pull request to the 4.x-dev branch of joomla-extensions/weblinks

Expected result

Build passing

Actual result

Build is failing and stuck not about my changes but about something that seems to be wrong in the codebase of weblinks more precisely the acceptance tests of weblinks extension. Drone found an issue related to a non-existent jform_language selector in the codebase but that might be for another pull request.

Documentation Changes Required

Maybe.

Hackwar commented 2 years ago

Thank you for your work. Unfortunately, @richard67 had already made a more complete PR to fix this, which I just merged. That leaves the move of the bootstrap config as the sole change in here and the _bootstrap.php is currently empty, so I'm going to close this PR for now.