Closed erikn69 closed 1 year ago
Released in 2.2.1. Thanks @erikn69
is there a reason for no using PhpUnit on composer? With this we avoid manually downloading the PhpUnit Package for testing
We used PHPUnit via Composer prior to 2.1. This was changed in 2.1 with the Travis integration. I use other CI tools and I'm not familiar with Travis and wasn't sure whether or not this was necessary. But developers don't have to replicate Travis pipelines and I think this PR is the right choice.
is there a reason for no using PhpUnit on composer? With this we avoid manually downloading the PhpUnit Package for testing