weew / helpers-phpspec
Basic helpers for phpspec.
v1.0.3
2016-07-21 11:18 UTC
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: 2024-11-05 22:26:06 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)