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

Helper package to ease testing with PHPUnit.

Results 3 phpunit-util issues
Sort by recently updated
recently updated
newest added

PHPUnit 10 has recently been released and it includes improvements to the testing framework along with a new Event system. Unfortunately, it also brings along a breaking change that causes...

👋 Hi there, At ChesslaBlab we're writing functional tests for the [PHP Chess Server](https://github.com/chesslablab/chess-server). See: - https://github.com/chesslablab/chess-server/issues/193 At this moment I'm trying to run the docs example as it is...

question