moodlehq / moodle-docker

A docker environment for moodle developers
GNU General Public License v3.0
373 stars 244 forks source link

Use exttests both for http and https #201

Closed stronk7 closed 2 years ago

stronk7 commented 2 years ago

It was promised @ #200 to fix #178, so here it is the fix.

Basically, without needing to put the exttests container with a proper https configuration at all, use the existing http one for the tests requiring https (because it's not checked).

We use the very same trick @ CIs and they are working and running all the tests without a problem.

Fixes #178

stronk7 commented 2 years ago

I'm self-merging this. It's trivial and all phpunit-full tests have passed ok.