Ilario Pierbattista
Ilario Pierbattista
Release 1 aims to provide full compatibility with newer versions of PHP (>= 8.1) and PHPUnit (>= 10). - [RC1](https://github.com/giorgiosironi/eris/releases/tag/1.0.0-rc1)
https://github.com/giorgiosironi/eris/pull/143/checks?check_run_id=2440847752 Opening this to keep track of error. PR are welcome.
It would help referring loaded object across different fixture files. Pro: - less boilerplate code Cons: - (probably) a major consumption of memory
Hi, lately I migrated the CI of some projects of mine from Travis to Github Actions. The main reason was to escape from the new pricing model of Travis, which...
Hi, since today, php 7.4 support in CI was blocked due to an incompatibility of [giorgiosironi/eris](https://github.com/giorgiosironi/eris) with php 7.4 (https://github.com/giorgiosironi/eris/pull/125). Today this fix is released in version 0.12.0
If I try to execute ```paraunit run --testsuite=functional --chunk-size=5``` then paraunit exits with no test executed. With the `--debug` flag it prints ``` PROCESS STARTED: /app/phpunit.xml_0.dist 'php' '/app/vendor/phpunit/phpunit/phpunit' '--extensions=Paraunit\Parser\JSON\TestHook\BeforeTest,Paraunit\Parser\JSON\TestHook\Error,Paraunit\Parser\JSON\TestHook\Failure,Paraunit\Parser\JSON\TestHook\Incomplete,Paraunit\Parser\JSON\TestHook\Risky,Paraunit\Parser\JSON\TestHook\Skipped,Paraunit\Parser\JSON\TestHook\Successful,Paraunit\Parser\JSON\TestHook\Warning' '--testsuite=functional'...