phpunit-wrapper icon indicating copy to clipboard operation
phpunit-wrapper copied to clipboard

PHPUnit bridge for Codeception

Results 4 phpunit-wrapper issues
Sort by recently updated
recently updated
newest added

Use stdout stream for reports when available. This avoids "Headers already sent" types of issues, when manipulating a session during testing. When manipulating headers during acceptance testing, those tests would...

Hi, I'm not sure if it's a bug or expected behaviour. This example matches correctly: ```php

When you have the `symfony/phpunit-bridge` installed, codeception will register the test listener to enhance the test suite and deprecation output. But because the tests run through codeception the information in...