An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# PsrPhpunitAssertions

[![GitHub Sponsors](https://img.shields.io/github/sponsors/ghostwriter?label=Sponsor+@ghostwriter/psr-phpunit-assertions&logo=GitHub+Sponsors)](https://github.com/sponsors/ghostwriter)
[![Automation](https://github.com/ghostwriter/psr-phpunit-assertions/actions/workflows/automation.yml/badge.svg)](https://github.com/ghostwriter/psr-phpunit-assertions/actions/workflows/automation.yml)
[![Supported PHP Version](https://badgen.net/packagist/php/ghostwriter/psr-phpunit-assertions?color=8892bf)](https://www.php.net/supported-versions)
[![Downloads](https://badgen.net/packagist/dt/ghostwriter/psr-phpunit-assertions?color=blue)](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