Closed mcustiel closed 7 years ago
Made the changes, please note that removing codeception build
part is causing this:
[Codeception\Exception\ConfigurationException]
UnitGuy class doesn't exist in suite folder.
Run the 'build' command to generate it
Also it seems that there are versioning problems after composer.lock was updated.
@mcustiel OK that's odd. I never had to invoke the build
command manually for acceptance tests, not sure if there's something different here.
@mcustiel thank you, same stuff is merged and/or implemented in the master, so i'm closing this one
Renamed from ModuleConfig to ModuleConfigException. In Codeception
2.0.*
the class is called ModuleConfig, but from 2.1 it is called ModuleConfigException. Probably three different branches of this plugin will be needed, one for Codeception 1., one for Codeception 2.0., and one for Codeception ~2.1. I think they are introducing breaking changes with minor versions, so probably a good idea is to change the codeception version from~2.0
to~2.0.0
, and so on.