Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eloquent/phony-phpunit
Phony for PHPUnit.
https://github.com/eloquent/phony-phpunit
mocking mocking-frameworks php phpunit stubbing testing
Last synced: 4 months ago
JSON representation
Phony for PHPUnit.
- Host: GitHub
- URL: https://github.com/eloquent/phony-phpunit
- Owner: eloquent
- License: mit
- Archived: true
- Created: 2017-04-22T12:00:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-07-08T03:59:42.000Z (over 1 year ago)
- Last Synced: 2024-09-25T19:17:30.624Z (4 months ago)
- Topics: mocking, mocking-frameworks, php, phpunit, stubbing, testing
- Language: PHP
- Homepage: http://eloquent-software.com/phony/
- Size: 102 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
> # No longer maintained
>
> This package is no longer maintained. See [this statement] for more info.
>
> [this statement]: https://gist.github.com/ezzatron/713a548735febe3d76f8ca831bc895c0# Phony for PHPUnit[![Current version image][version-image]][current version]
[current version]: https://packagist.org/packages/eloquent/phony-phpunit
[version-image]: https://img.shields.io/packagist/v/eloquent/phony-phpunit.svg?style=flat-square "This project uses semantic versioning"## Installation
composer require --dev eloquent/phony-phpunit
## See also
- Read the [documentation].
- Read the [PHPUnit documentation].
- Visit the [main Phony repository].[documentation]: http://eloquent-software.com/phony/latest/
[main phony repository]: https://github.com/eloquent/phony
[phpunit documentation]: https://phpunit.readthedocs.io/## License
For the full copyright and license information, please view the [LICENSE file].
[license file]: LICENSE