|
|
|
|
|
|
297
|
* [PHPT](https://qa.php.net/write-test.php) - A test tool used by PHP itself.
|
297
|
* [PHPT](https://qa.php.net/write-test.php) - A test tool used by PHP itself.
|
|
298
|
* [PHPUnit](https://github.com/sebastianbergmann/phpunit) - A unit testing framework.
|
298
|
* [PHPUnit](https://github.com/sebastianbergmann/phpunit) - A unit testing framework.
|
|
299
|
* [Prophecy](https://github.com/phpspec/prophecy) - A highly opinionated mocking framework.
|
299
|
* [Prophecy](https://github.com/phpspec/prophecy) - A highly opinionated mocking framework.
|
|
300
|
-* [VFS Stream](https://github.com/mikey179/vfsStream) - A virtual filesystem stream wrapper for testing.
|
|
|
|
|
|
300
|
+* [VFS Stream](https://github.com/bovigo/vfsStream) - A virtual filesystem stream wrapper for testing.
|
|
301
|
|
301
|
|
|
302
|
### Continuous Integration
|
302
|
### Continuous Integration
|
|
303
|
*Libraries and applications for continuous integration.*
|
303
|
*Libraries and applications for continuous integration.*
|