wieloco/ps-matcha

Custom matchers for PhpSpec

Maintainers

Package info

github.com/wieloco/ps-matcha

Type:phpspec-extension

pkg:composer/wieloco/ps-matcha

Statistics

Installs: 1 597

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2020-11-17 10:36 UTC

This package is auto-updated.

Last update: 2026-03-17 22:28:05 UTC


README

--

Installation

Install the package via composer:

composer require wieloco/ps-matcha

Add it to your PhpSpec configuration (phpspec.yaml file):

extensions:
    WieloCo\Matcha\Extension: ~

Usage

Use it in Specs like this

$this->uuid->shouldBeUuid();

or

$this->uuid->shouldNotBeUuid();

License

Apache License 2.0 Please see LICENSE for more information.