Point to new location for vfstream repo

This commit is contained in:
Eric Poe 2019-05-10 09:52:54 -05:00 committed by Jamie York
parent 1db6224672
commit 026cb1619a
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [PHPT](https://qa.php.net/write-test.php) - A test tool used by PHP itself.
* [PHPUnit](https://github.com/sebastianbergmann/phpunit) - A unit testing framework.
* [Prophecy](https://github.com/phpspec/prophecy) - A highly opinionated mocking framework.
* [VFS Stream](https://github.com/mikey179/vfsStream) - A virtual filesystem stream wrapper for testing.
* [VFS Stream](https://github.com/bovigo/vfsStream) - A virtual filesystem stream wrapper for testing.
### Continuous Integration
*Libraries and applications for continuous integration.*