[ ソース: php-mock ]
パッケージ: php-mock (2.5.0-2)
mock built-in PHP functions
PHP-Mock is a testing library which mocks non deterministic built-in PHP functions like time() or rand(). This is achieved by PHP's namespace fallback policy. Therefore it is required to be in a non global namespace context and call the function unqualified.
PHP-Mock has integrations for PHPUnit, Mockery, and Prophecy (phpspec).
その他の php-mock 関連パッケージ
|
|
|
|
-
- dep: php-common
- Common files for PHP packages
-
- dep: php-text-template
- Simple template engine
-
- sug: php-mock-phpunit
- mock built-in PHP functions with PHPUnit