Codeception 2.2.11 breaks fixtures

After fighting our automated tests. We found Codeception 2.2.11 has broken fixture loading 2.2.10 is working fine. Maybe someone can follow up on this with codeception on this issue.

Would you please check code from master branch?

Installing codeception/codeception (dev-master 3161ec2): Cloning 3161ec2015 from cache

Master is not working.

I’ll give example error.

There is not a valid option for no transactions and do cleanup.

I think there should be two variables for configuration.

  1. $this->config[‘transaction’]

  2. $this->config[‘cleanup’]

  3. specifies if you want to wrap the tests in transactions.

  4. specifies if you want to do cleanup or not do cleanup.