https://github.com/ghostwriter/phpunit-assertions
Additional assertions for PHPUnit
https://github.com/ghostwriter/phpunit-assertions
ghostwriter php phpunit-assertions
Last synced: about 16 hours ago
JSON representation
Additional assertions for PHPUnit
- Host: GitHub
- URL: https://github.com/ghostwriter/phpunit-assertions
- Owner: ghostwriter
- License: bsd-3-clause
- Created: 2026-05-27T15:14:41.000Z (16 days ago)
- Default Branch: 0.1.x
- Last Pushed: 2026-06-07T11:05:56.000Z (5 days ago)
- Last Synced: 2026-06-11T21:35:24.467Z (about 16 hours ago)
- Topics: ghostwriter, php, phpunit-assertions
- Language: PHP
- Homepage: https://github.com/ghostwriter/phpunit-assertions
- Size: 234 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# PHPUnit Assertions
[](https://github.com/ghostwriter/phpunit-assertions/actions/workflows/automation.yml)
[](https://www.php.net/supported-versions)
[](https://packagist.org/packages/ghostwriter/phpunit-assertions)
[](https://paypal.me/codepoet)
[](https://github.com/sponsors/ghostwriter)
Additional assertions for PHPUnit
## Installation
You can install the package via composer:
``` bash
composer require ghostwriter/phpunit-assertions --dev
```
### Star ⭐️ this repo if you find it useful
You can also star (🌟) this repo to find it easier later.
## Usage
```php