https://github.com/ghostwriter/psr-phpunit-assertions
[WIP] PHPUnit assertions for PSR-compliant components, implemented as reusable traits.
https://github.com/ghostwriter/psr-phpunit-assertions
assertions ghostwriter php phpunit phpunit-assertions psr psr-11 psr-13 psr-14 psr-15 psr-16 psr-17 psr-18 psr-20 psr-3 psr-6 psr-7 psr-phpunit-assertions
Last synced: 8 months ago
JSON representation
[WIP] PHPUnit assertions for PSR-compliant components, implemented as reusable traits.
- Host: GitHub
- URL: https://github.com/ghostwriter/psr-phpunit-assertions
- Owner: ghostwriter
- License: bsd-3-clause
- Created: 2025-03-04T17:15:41.000Z (8 months ago)
- Default Branch: 0.1.x
- Last Pushed: 2025-03-05T06:28:12.000Z (8 months ago)
- Last Synced: 2025-03-05T06:28:38.734Z (8 months ago)
- Topics: assertions, ghostwriter, php, phpunit, phpunit-assertions, psr, psr-11, psr-13, psr-14, psr-15, psr-16, psr-17, psr-18, psr-20, psr-3, psr-6, psr-7, psr-phpunit-assertions
- Language: PHP
- Homepage: https://github.com/ghostwriter/psr-phpunit-assertions
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- 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
# PsrPhpunitAssertions
[](https://github.com/sponsors/ghostwriter)
[](https://github.com/ghostwriter/psr-phpunit-assertions/actions/workflows/automation.yml)
[](https://www.php.net/supported-versions)
[](https://packagist.org/packages/ghostwriter/psr-phpunit-assertions)
PHPUnit assertions for PSR-compliant components, implemented as reusable traits.
> [!WARNING]
>
> This project is not finished yet, work in progress.
## Installation
You can install the package via composer:
``` bash
composer require ghostwriter/psr-phpunit-assertions --dev
```
### Star ⭐️ this repo if you find it useful
You can also star (🌟) this repo to find it easier later.
## Usage
```php