yiisoft / session

A session service, PSR-15 session middleware, and a flash message service which helps use one-time messages.
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
17 stars 8 forks source link

Can not do mutation testing #10

Closed samdark closed 3 years ago

samdark commented 3 years ago

Currently custom PHPUnit formatter is used since standard PHP session engine writes to stdout and it can't do so twice.

It seems Infection can not use custom formatter so I've found no way to run mutation tests so far.