Procházet zdrojové kódy

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 před 9 roky
rodič
revize
ca729b4817
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1
    0
      README.md

+ 1
- 0
README.md Zobrazit soubor

@@ -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.

Načítá se…
Zrušit
Uložit