浏览代码

Add VFS to Testing.

pull/137/merge
Jamie 11 年前
父节点
当前提交
0cb0c83ff0
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      README.md

+ 1
- 0
README.md 查看文件

218
 * [Mink](http://mink.behat.org/) - Web acceptance testing.
218
 * [Mink](http://mink.behat.org/) - Web acceptance testing.
219
 * [HTTP Mock](https://github.com/InterNations/http-mock) - A library for mocking HTTP requests in unit tests.
219
 * [HTTP Mock](https://github.com/InterNations/http-mock) - A library for mocking HTTP requests in unit tests.
220
 * [VFS Stream](https://github.com/mikey179/vfsStream) - A virtual filesystem stream wrapper for testing.
220
 * [VFS Stream](https://github.com/mikey179/vfsStream) - A virtual filesystem stream wrapper for testing.
221
+* [VFS](https://github.com/adlawson/vfs.php) - Another virtual filesystem for testing.
221
 * [Locust](http://locust.io/) - A modern load test library written in Python.
222
 * [Locust](http://locust.io/) - A modern load test library written in Python.
222
 * [Travis CI](https://travis-ci.org/) - A continuous integration platform.
223
 * [Travis CI](https://travis-ci.org/) - A continuous integration platform.
223
 * [PHPCI](http://www.phptesting.org/) - An open source continuous integration platform for PHP.
224
 * [PHPCI](http://www.phptesting.org/) - An open source continuous integration platform for PHP.

正在加载...
取消
保存