Add VFS to Testing.

This commit is contained in:
Jamie 2014-07-06 15:09:43 -06:00
parent 9c6293484b
commit 0cb0c83ff0
1 changed files with 1 additions and 0 deletions

View File

@ -218,6 +218,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
* [Mink](http://mink.behat.org/) - Web acceptance testing.
* [HTTP Mock](https://github.com/InterNations/http-mock) - A library for mocking HTTP requests in unit tests.
* [VFS Stream](https://github.com/mikey179/vfsStream) - A virtual filesystem stream wrapper for testing.
* [VFS](https://github.com/adlawson/vfs.php) - Another virtual filesystem for testing.
* [Locust](http://locust.io/) - A modern load test library written in Python.
* [Travis CI](https://travis-ci.org/) - A continuous integration platform.
* [PHPCI](http://www.phptesting.org/) - An open source continuous integration platform for PHP.