I like to see stuff like that. Not only the bright new the next thing, but how there was a problem and a solution was created to solve the problem. Thank you for sharing
@TheArmanist Жыл бұрын
Brilliant, now I need to find courage and refactor my 500 tests from phpunit to pest ))
@JayLooney Жыл бұрын
You don't even need to refactor, existing PHPUnit tests should work as usual, and you can just begin adding new tests in the new format. -- This is especially good for large code bases where it might be cost prohibitive to refactor to the new format.