This might be an overkill, but would it be worth using a seed to generate [`random_string` and `random_uuid`](https://github.com/Automattic/php-push/blob/aa5759063c72b3151f2c47b86e92a9e793d89a43/tests/APNSTest.php#L16-L32)? This would make the tests more repeatable.
This might be an overkill, but would it be worth using a seed to generate
random_stringandrandom_uuid?This would make the tests more repeatable.