Eris allows you to seed the pseudorandom number generator in order to attempt to reproduce the same test run and check if a previously found bug has now been fixed.
Consider this test:
..literalinclude:: ../examples/AlwaysFailTest.php
:language: php
This test will fail, no matter which value is generated. No shrinking will be performed as the selected Generator considers the elements of equal complexity.
When you run this test, you may obtain an output very similar to:
Running the test without a ``ERIS_SEED`` environment variable will restore the previous behavior, exploring the Generator space in search of brand new values.