Просмотр исходного кода

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 лет назад
Родитель
Сommit
ca729b4817
1 измененных файлов: 1 добавлений и 0 удалений
  1. 1
    0
      README.md

+ 1
- 0
README.md Просмотреть файл

287
 * [Peridot](https://github.com/peridot-php/peridot) - An event driven test framework.
287
 * [Peridot](https://github.com/peridot-php/peridot) - An event driven test framework.
288
 * [Phake](https://github.com/mlively/Phake) - Another mock object library for testing.
288
 * [Phake](https://github.com/mlively/Phake) - Another mock object library for testing.
289
 * [Pho](https://github.com/danielstjules/pho) - Another behaviour driven development testing framework.
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
 * [PHPSpec](https://github.com/phpspec/phpspec) - A design by specification unit testing library.
291
 * [PHPSpec](https://github.com/phpspec/phpspec) - A design by specification unit testing library.
291
 * [PHPT](https://qa.php.net/write-test.php) - A test tool used by PHP itself.
292
 * [PHPT](https://qa.php.net/write-test.php) - A test tool used by PHP itself.
292
 * [PHPUnit](https://github.com/sebastianbergmann/phpunit) - A unit testing framework.
293
 * [PHPUnit](https://github.com/sebastianbergmann/phpunit) - A unit testing framework.

Загрузка…
Отмена
Сохранить