소스 검색

Add PHP-Mock (#643)

PHP-Mock is a library to mock built-in PHP functions (e.g. time()).

See also: https://github.com/php-mock/php-mock
pull/697/head
Markus Malkusch 9 년 전
부모
커밋
ca729b4817
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      README.md

+ 1
- 0
README.md 파일 보기

@@ -287,6 +287,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
287 287
 * [Peridot](https://github.com/peridot-php/peridot) - An event driven test framework.
288 288
 * [Phake](https://github.com/mlively/Phake) - Another mock object library for testing.
289 289
 * [Pho](https://github.com/danielstjules/pho) - Another behaviour driven development testing framework.
290
+* [PHP-Mock](https://github.com/php-mock/php-mock) - A mock library for built-in PHP functions (e.g. time()).
290 291
 * [PHPSpec](https://github.com/phpspec/phpspec) - A design by specification unit testing library.
291 292
 * [PHPT](https://qa.php.net/write-test.php) - A test tool used by PHP itself.
292 293
 * [PHPUnit](https://github.com/sebastianbergmann/phpunit) - A unit testing framework.

Loading…
취소
저장