mediact / testing-suite

Collection of PHP code testing packages.
MIT License
14 stars 4 forks source link

Fix bad constructor. #50

Closed AngelsDustz closed 4 years ago

AngelsDustz commented 4 years ago

In release 1.23.1 a change was done to how processes are constructed, however the else clause of the ternary operator now contains a bad construct. (See: https://github.com/mediact/testing-suite/pull/43/files)