bossa / phpspec2-expect
Helper that decorates any SUS with a phpspec lazy object wrapper
Installs: 1 727 966
Dependents: 115
Suggesters: 1
Security: 0
Stars: 75
Watchers: 6
Forks: 34
Open Issues: 1
Requires
- php: ^7.1
- phpspec/phpspec: ^5.0 || ^6.0
Requires (Dev)
- phpunit/phpunit: ^7.0
README
phpspec2-expect
Installation
Install it using the composer require
command:
composer require --dev bossa/phpspec2-expect
Alternativelly you can add it to the composer.json
file
{ "require-dev": { "bossa/phpspec2-expect": "^3.0" }, "config": { "bin-dir": "bin" }, "minimum-stability": "dev", "autoload": { "psr-0": { "spec": "", "": "src" } } }
Usage
Inside some example:
expect(file_exists('crazyfile.xtn'))->toBe(true);
Roadmap
Version 2.x
supports PhpSpec 3 and PHP 5.6.
Version 3.0.x
requires PhpSpec 4, and therefore requires PHP 7.
Version 3.1.x
requires PhpSpec 5 and PHP 7.
These versions are all under active support.