php-mock
There are 3 repositories under php-mock topic.
php-mock/php-mock-phpunit
Mock built-in PHP functions (e.g. time() or rand()) in PHPUnit.
php-mock/php-mock-mockery
Mock non deterministic built-in PHP functions (e.g. time() or rand()) with Mockery.
php-mock/php-mock-prophecy
Mock built-in PHP functions (e.g. time()) with Prophecy (phpspec).