Codeception is designed to isolate user from particular version of PHPUnit used under the hood, but for historical reason we still use PHPUnit to test our integration, and even more - to set up failure status. We must remove this unnecessary dependency.
Codeception is designed to isolate user from particular version of PHPUnit used under the hood, but for historical reason we still use PHPUnit to test our integration, and even more - to set up failure status. We must remove this unnecessary dependency.