weew / helpers-phpspec
Basic helpers for phpspec.
Installs: 227
Dependents: 14
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/weew/helpers-phpspec
Requires
- bossa/phpspec2-expect: ^1.0
Requires (Dev)
- phpunit/phpunit: ^4.7
- satooshi/php-coveralls: ^0.6.1
This package is not auto-updated.
Last update: 2025-10-08 03:03:36 UTC
README
Table of contents
Installation
composer require weew/helpers-phpspec
Introduction
This tiny library provides various helper functions useful for work with phpspec.
Functions
it
Wrap a value into a Subject to allow expectations to be made outside of the phpspec test suite / context.
Bossa\PhpSpec\Expect\Subject it(mixed $subject)